petehamilton / citier

CITIER (Class Inheritance & Table Inheritance Embeddings for Rails) is a solution for simple Multiple Class Inheritance in Rails.
88 stars 24 forks source link

Rails 3.2 deprecated methods fix #52

Closed axsuul closed 12 years ago

axsuul commented 12 years ago

In Rails 3.2, set_table_name and set_inheritance_column are deprecated. Changed to self.table_name= and `self.inheritance_column= respectively.