1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/scoping
Ryuta Kamizono 3090b35848 Fix the scoping with query methods in the scope block
Follow up #33394.

#33394 only fixes the case of scoping with klass methods in the scope
block which invokes `klass.all`.
Query methods in the scope block also need to invoke `klass.all` to be
affected by the scoping.
2018-11-30 05:50:40 +09:00
..
default_scoping_test.rb Fixes #33610 2018-09-11 00:13:09 -07:00
named_scoping_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
relation_scoping_test.rb Fix the scoping with query methods in the scope block 2018-11-30 05:50:40 +09:00