rails / 5.1.6 / activerecord / subclassnotfound.html /

class ActiveRecord::SubclassNotFound

Parent:
ActiveRecord::ActiveRecordError

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

© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.