We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee2ad2 commit c65ad55Copy full SHA for c65ad55
lib/mongoid/scopable.rb
@@ -168,7 +168,9 @@ def scoped(options = nil)
168
# Band.where(name: "Depeche Mode")
169
# end
170
#
171
- # @note This will force the default scope to be removed.
+ # @note This will force the default scope to be removed, but will not
172
+ # remove scopes declared with ``.with_scope``. This will be changed
173
+ # in Mongoid 9.
174
175
# @return [ Criteria | Object ] The unscoped criteria or result of the
176
# block.
0 commit comments