#has_one
2 posts tagged has_one. Clear filter
-
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...
-
Nested Attributes in a Form for Has_One Model Association in Rails
Just for reference...