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

item.type is deprecated #44

Open ulitiy opened 12 years ago

ulitiy commented 12 years ago

You use item.type, but it's not available in the latest stable versions of ruby. citier / lib / citier / child_instance_methods.rb:39 for example so it raises NoMethodError: undefined method `type'

ulitiy commented 12 years ago

Oh, that must be a column, sorry. But in your http://peterhamilton.github.com/citier/user_guide.html there is a column named :inheritance_column_name and there is no any word about the :type column. Maybe you should correct that in the user guide? Thank you for an excelent gem.