Disabling ActiveRecord "type" column subclassing

Simply use class MyModel < ActiveRecord::Base   self.inheritance_column = 'somthing_not_type' end