mhuggins / multiple_table_inheritance

Multiple Table Inheritance is a plugin designed to allow for multiple table inheritance between your database tables and your ActiveRecord models.
30 stars 4 forks source link

Inheriting parent methods is not working #2

Closed mhuggins closed 12 years ago

mhuggins commented 12 years ago

Passing :methods => true to the inherits_from method is supposed to make parent model methods accessible via the child model. The current implementation is not fully implemented.

mhuggins commented 12 years ago

Implemented in ea7706bbe956fab0bddb6e57fa141711bb7d8e93