Skip to content

Instantly share code, notes, and snippets.

@jasonlong
Created March 19, 2010 17:58
Show Gist options
  • Save jasonlong/337964 to your computer and use it in GitHub Desktop.
Save jasonlong/337964 to your computer and use it in GitHub Desktop.
<% semantic_form_for @post do |form| %>
<% form.inputs do %>
<%= form.input :first_name %>
<%= form.input :last_name %>
<% end %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment