Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2010 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/513023 to your computer and use it in GitHub Desktop.
Save anonymous/513023 to your computer and use it in GitHub Desktop.
- semantic_form_for @order, :url => user_orders_path(current_user) do |form|
- form.inputs do
= form.input :po_number
- semantic_form_for :order_items do |item_form|
- item_form.inputs do
- Product.all.each do |product|
= product.name
= item_form.input "#{product.id}", :label => "quantity"
= form.buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment