aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/admin.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.
* Add line endings to files which are missing themSean Griffin2015-02-171-1/+1
| | | | | | These files get modified whenever someone uses a tool like `sed`. Let's just get this over with in one commit so it'd not adding diff noise to something else.
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-251-0/+5
Signed-off-by: José Valim <jose.valim@gmail.com>