PDA

View Full Version : Single table inheritance... in multiple tables


rubyonrails-talk
August 31st, 2006, 07:22 AM
Hi all,
I like how single table inheritance works, in that you can share functionality
and validation etc between related models. The only thing I don't like is that
everything gets mixed into the same table. Quite often I end up with a lot of
redundant fields in a lot of records.
Is there any way to cause inheritance without triggering the STI special

More... (http://groups.google.com/group/rubyonrails-talk/msg/e893ed08187e458a)