dm-accepts_nested_attributes
dm-accepts_nested_attributes copied to clipboard
Is the example in the README current?
I'm trying to use dm-accepts_nested_attributes, but wondering if the example in the README is even working. Suppose I define the model given in the readme, shouldn't I expect, if I define a person , p, with a profile, that p.profile_attributes return the attributes of the profile? It seems to just return nil.