Position: <%= f.select :position, [1,2,3,4,5,6,7,8,9] %>
Caption: <%= f.text_field :caption %>
Photo: <%= f.file_field :photo %>

<% if !f.object.new_record? %> <%= image_tag f.object.photo.url(:small) %> <% end %>