class SubclassNotFound
Ruby on Rails 6.0.6
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 6.0.6
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).