mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[Docs] Lowercase a word that shouldn't be capitalized [ci skip]
This commit is contained in:
parent
f55e596ac6
commit
005e14b2c4
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ module ActiveRecord
|
|||
# member.posts.second.title # => '[UPDATED] other post'
|
||||
#
|
||||
# However, the above applies if the parent model is being updated as well.
|
||||
# For example, If you wanted to create a +member+ named _joe_ and wanted to
|
||||
# For example, if you wanted to create a +member+ named _joe_ and wanted to
|
||||
# update the +posts+ at the same time, that would give an
|
||||
# ActiveRecord::RecordNotFound error.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue