Skip to content

Instantly share code, notes, and snippets.

@gabewb
Created September 17, 2010 02:08
Show Gist options
  • Save gabewb/583535 to your computer and use it in GitHub Desktop.
Save gabewb/583535 to your computer and use it in GitHub Desktop.
<% form_tag('/create') do %>
<% label :title %>:
<% text_field :title %><br />
<% label :price %>
<% text_field :price %><br />
<% submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment