hzamani / acts_as_relation

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

one object in superclass used by multiple subclasses to omit duplicates #18

Closed friedheim closed 12 years ago

friedheim commented 12 years ago

For example if there is a person table, as superclass and different subclasses, and one general person sould be used in multiple subclasses. One person can be client and employee at the same time, and the data in the superclass should not be saved redundant.

hzamani commented 12 years ago

I cant figure out what is the issue/question/feature?