hzamani / acts_as_relation

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

Make record duplication possible #77

Closed gearoidoceallaigh closed 10 years ago

gearoidoceallaigh commented 10 years ago

At the moment, I can't duplicate a record in the DB - I can do it specifically on the super or child object but the duplication doesn't cascade down/bubble up.