<%= content_for :javascript do %> <%= javascript_include_tag "tag/tag" -%> <% end %> <%= hidden_field_tag :all_tags, @tags %> <%= form.label :title %>
<%= form.text_field :title %>

<%= form.label :tag_list %>
<%= form.text_field :tag_list, {:autocomplete => "off", :class => 'tag_list'} %>

<%= form.label :description %>
<%= form.text_area :description %>

On disk: ~/<%= @photo.attachment.path %>