mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #19872 from Ecco/master
Fix a minor grammatical issue in the doc [ci skip]
This commit is contained in:
commit
805bfc9886
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module ActiveRecord
|
|||
# Conversation.active
|
||||
# Conversation.archived
|
||||
#
|
||||
# Of course, you can also query them directly if the scopes doesn't fit your
|
||||
# Of course, you can also query them directly if the scopes don't fit your
|
||||
# needs:
|
||||
#
|
||||
# Conversation.where(status: [:active, :archived])
|
||||
|
|
Loading…
Reference in a new issue