Skip to content

Instantly share code, notes, and snippets.

@chintanparikh
Created June 1, 2012 04:18
Show Gist options
  • Save chintanparikh/2848729 to your computer and use it in GitHub Desktop.
Save chintanparikh/2848729 to your computer and use it in GitHub Desktop.
<%= form_for(@project) do |f| %>
<%= f.error_messages %>
<p>
<%= f.label :name %>
<%= f.text_field :name %>
</p>
<%= f.submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment