Skip to content

Instantly share code, notes, and snippets.

@seivan
Created March 31, 2009 02:27
Show Gist options
  • Save seivan/88014 to your computer and use it in GitHub Desktop.
Save seivan/88014 to your computer and use it in GitHub Desktop.
<% f.fields_for :photos, :html => { :multipart => true } do |picture| %>
<%= picture.label :image %>
<%= picture.file_field :image %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment