aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/doubloon.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Fix crash when loading fixture with belongs_to association defined in ↵Victor Costan2015-06-041-0/+12
abstract base class.