#196 Nested Model Form Part 1


Jan 11 2010 11 mins  
Handling multiple models in a single form is much easier with the accepts_nested_attributes_for method. See how to use this method to handle nested model fields.