hzamani / acts_as_relation

Multi table Inheritance for rails
http://hzamani.github.com/acts_as_relation/
MIT License
180 stars 58 forks source link

Saving the parent object doesnt save changes to the child #80

Closed gearoidoceallaigh closed 10 years ago

gearoidoceallaigh commented 10 years ago

If I'm working on the parent model and I change the the child-specific attribute (through the .specific method) and save the parent then the change doesn't save on the child model.

hzamani commented 10 years ago

fix in active_record-acts_as gem