class SubclassNotFound
Ruby on Rails 8.1.2
Since v5.2.8.1Raised 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).
Ruby on Rails 8.1.2
Since v5.2.8.1Raised 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).