Displaying 1 result from an estimated 1 matches for "classtableinherit".
2006 Jun 05
2
Class Table Inheritance implementation
...t Rails uses the Single-Table Inheritance as mentioned in the
wiki (http://wiki.rubyonrails.com/rails/pages/SingleTableInheritance). I
was wondering if there was an easy way of implementing Class Table
Inheritance easily (one table per class) as defined in
http://www.martinfowler.com/eaaCatalog/classTableInheritance.html.
The model that I am used to is Class Table Inheritance, and for some
uses it just feels more elegant to use that rather than Singe Table
Inheritance.
--
Posted via http://www.ruby-forum.com/.