Skip to content

Instantly share code, notes, and snippets.

@notch8
Created July 12, 2012 01:42
Show Gist options
  • Save notch8/3095092 to your computer and use it in GitHub Desktop.
Save notch8/3095092 to your computer and use it in GitHub Desktop.
= form_for quoted_ware do |f|
- quoted_ware.milestones.each do |milestone|
= f.fields_for :milestones, milestone do |milestone_fields|
= milestone_fields.text_field :name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment