Skip to content

Instantly share code, notes, and snippets.

@jackhq
Created March 26, 2011 14:49
Show Gist options
  • Save jackhq/888339 to your computer and use it in GitHub Desktop.
Save jackhq/888339 to your computer and use it in GitHub Desktop.
# new.html.haml – in Products Controller
- form_for :product, :url => products_path do |f|
%p
= f.label :category
= f.text_field :category
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment