mhuggins/multiple_table_inheritance

Inheriting parent methods is not working

Closed this issue · 1 comments

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.

Implemented in ea7706b