Class: MassiveRecord::ORM::Column
- Defined in:
- lib/massive_record/orm/column.rb
Class Method Summary collapse
Methods inherited from Base
#==, ===, base_class, #clone, #freeze, #frozen?, #hash, #id, #id=, inheritance_attribute, #init_with, #initialize, #inspect, #raw_data, #readonly!, #readonly?, #reinit_with, reset_table_name_configuration!, set_inheritance_attribute, table_name, table_name=, table_name_without_pre_and_suffix, #update_raw_data_for_column_family
Constructor Details
This class inherits a constructor from MassiveRecord::ORM::Base
Class Method Details
.inherited(by_class) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/massive_record/orm/column.rb', line 4 def self.inherited(by_class) raise(<<-TXT #{by_class} inherits from MassiveRecord::ORM::Column which has been renamed to MassiveRecord::ORM::Embedded. Please inherit from the Embedded class instead as Column will be removed in the an upcomming of MassiveRecord. TXT ) end |