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 35bf079 commit ab13f95Copy full SHA for ab13f95
activerecord/lib/active_record/relation/query_methods.rb
@@ -711,7 +711,7 @@ def rewhere(conditions)
711
# User.active.invert_where
712
# # WHERE NOT (`accepted` = 1 AND `locked` = 0)
713
#
714
- # Be careful because this inverts all conditions before `invert_where` call.
+ # Be careful because this inverts all conditions before +invert_where+ call.
715
716
# class User
717
# scope :active, -> { where(accepted: true, locked: false) }
0 commit comments