Skip to content

Instantly share code, notes, and snippets.

@caironoleto
Created January 9, 2011 18:37
Show Gist options
  • Save caironoleto/771890 to your computer and use it in GitHub Desktop.
Save caironoleto/771890 to your computer and use it in GitHub Desktop.
_form.html.erb template using formtastic (put this file into your rails app in lib/templates/erb/scaffold/_form.html.erb)
<%%= semantic_form_for @<%= singular_table_name %> do |form| %>
<%%= form.inputs :id => :form_body %>
<%%= form.buttons :commit, :id => :form_body %>
<%% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment