·
1 min read
Nested Has_one Relationship with Fields_for and Attr_accessible in Model Class
To make child attributes accessible to your model through a nested forms (Rails 2.3) you'll need to add the "{child\class}\attributes" to the attr\accessible method in your parent class. If you...