about summary refs log tree commit diff stats
path: root/db/migrate/20171003191205_remove_boxes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed box modelKelly Rauchenberger2017-10-031-0/+106
It seemed kind of strange to have a model that there should always be exactly 14 of for each of the parent (Trainer) model instances, so the box names were moved into the Trainer model, and the Box model was removed. This commit also adds some eager loading to speed up page loading times. Also made a small change to the way the gift ribbons are extracted. refs #2