aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/autoloadable
Commit message (Collapse)AuthorAgeFilesLines
* Fix ActiveRecord `subclass_from_attrs` when eager_load is false.Dmitry Vorotilin2013-03-061-0/+2
It cannot find subclass because all classes are loaded automatically when it needs.