Skip to Content Skip to Search
v7.1.0
class ActiveRecord::SubclassNotFound < ActiveRecord::ActiveRecordError

ActiveRecord::SubclassNotFound

Raised when the single-table inheritance mechanism fails to locate the subclass (for example due to improper usage of column that ActiveRecord::Base.inheritance_column points to).

Definition files