method

discriminate_class_for_record

rails 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.