dm-accepts_nested_attributes icon indicating copy to clipboard operation
dm-accepts_nested_attributes copied to clipboard

Is the example in the README current?

Open clausd opened this issue 12 years ago • 0 comments

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.

clausd avatar Sep 23 '13 11:09 clausd