Disable STI behavior on `MigrationRecord`
If MigrationRecord
is used for the STI tables
it will be considered a superclass instead of an
actual model. Disable STI making this abstract_class
.
If MigrationRecord
is used for the STI tables
it will be considered a superclass instead of an
actual model. Disable STI making this abstract_class
.