apohllo / rod

Ruby Object Database
http://github.com/apohllo/rod
15 stars 4 forks source link

don't generate fields and associations of superclasses #227

Open apohllo opened 12 years ago

apohllo commented 12 years ago

The fields and associations defined in superclasses should not be re-generated (in Model.generate_class). This error shows up when migrating a model with a class hierarchy. The full solution should concern removal of the duplicated fields from database.yml

apohllo commented 12 years ago

228 is related to this issue.