aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/other_topics.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix a fixtures test case with table prefix/suffixAlexey Muranov2011-12-221-0/+42
Make sure the table name of a model is reset in a test case after assigning ActiveRecord::Base.table_name_prefix and ActiveRecord::Base.table_name_suffix. This was somebody else's test case, so an independent opinion on the change can be helpful.