Skip to content

Instantly share code, notes, and snippets.

@mytrile
Created January 9, 2009 21:53
Show Gist options
  • Select an option

  • Save mytrile/45292 to your computer and use it in GitHub Desktop.

Select an option

Save mytrile/45292 to your computer and use it in GitHub Desktop.
<% form_for @cat, :html => { :multipart => true } do |f| %>
<%= f.label :name, 'Name' %>:
<%= f.text_field :name %><br />
<%= f.label :description, 'Description' %>:
<%= f.text_area :description %><br />
<%= f.file_field :image %>
<%= f.submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment