method

discriminate_class_for_record

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: 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.

Show source
Register or log in to add new notes.