mirror of https://github.com/rails/rails
Merge pull request #19872 from Ecco/master
Fix a minor grammatical issue in the doc [ci skip]
This commit is contained in:
commit
805bfc9886
|
@ -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 New Issue