Notes posted by gadzooks
RSS feed
gadzooks -
November 12, 2010
1 thank
nested attribute gotcha
Just adding to what @diabolist said :
class House
has_many :doors accepts_nested_attributes_for :doors attr_accesible :address, :doors_attributes # NOTE its plural
end