mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix markup for the rdoc [ci skip]
This commit is contained in:
parent
35bf079aed
commit
ab13f9549d
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ module ActiveRecord
|
|||
# User.active.invert_where
|
||||
# # WHERE NOT (`accepted` = 1 AND `locked` = 0)
|
||||
#
|
||||
# Be careful because this inverts all conditions before `invert_where` call.
|
||||
# Be careful because this inverts all conditions before +invert_where+ call.
|
||||
#
|
||||
# class User
|
||||
# scope :active, -> { where(accepted: true, locked: false) }
|
||||
|
|
Loading…
Reference in a new issue