If Rails has autoloaded the parent class but not any of the children, we don't have the mapping so when you do a query, you may get an exception
The single-table inheritance mechanism failed to locate the subclass: '1'
This is purely a bug in development, since Production modes you eagar load all of the classes.
If Rails has autoloaded the parent class but not any of the children, we don't have the mapping so when you do a query, you may get an exception
The single-table inheritance mechanism failed to locate the subclass: '1'This is purely a bug in development, since Production modes you eagar load all of the classes.