Hi Devs,
looking at (or more correctly the M. Fowler references):
http://wiki.rubyonrails.org/rails/pages/SingleTableInheritance#fn3
It seems to me that Og implements “Concrete Table Inheritance” via the
Og::Unmanagble - Geroge gave an example of this in an earlier post.
Anyone care to comment on Og and:
- Class Table Inheritance
- Single Table Inheritance
Mark