aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
* expanding the test to include both type of order declarationNeeraj Singh2010-09-181-0/+1
| | | | | | | | | while declaring default_scope Also added test for unscoped using block style with four different combinations Signed-off-by: José Valim <jose.valim@gmail.com>
* reset_counter should work with non-traditional belongs_to and polymorphic ↵Neeraj Singh2010-07-081-0/+3
belongs_to [#4984 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>