method
discriminate_class_for_record
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Inheritance::ClassMethods
discriminate_class_for_record(record)private
Called by instantiate to decide which class to use for a new record instance. For single-table inheritance, we check the record for a type column and return the corresponding class.