Exception: ActiveRecord::SubclassNotFound

Inherits:
ActiveRecordError show all
Defined in:
lib/active_record/base.rb

Overview

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