file_column

file_column looks for the var @entry with the @ otherwise it will return nil

you need something like

<% for object in @entries %> <% @entry = object %> <%= image_tag url_for_file_column(“entry”, “image”)%>

<%end%>