Merge pull request #39787 from mehagar/upgrading_docs

Use correct grammar in Rails 5.0 upgrade section [ci-skip]
This commit is contained in:
Vipul A M 2020-07-13 03:59:19 +05:30 committed by GitHub
commit b368511db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -888,8 +888,8 @@ end
This can be turned off per-association with `optional: true`.
This default will be automatically configured in new applications. If existing application
want to add this feature it will need to be turned on in an initializer.
This default will be automatically configured in new applications. If an existing application
wants to add this feature it will need to be turned on in an initializer:
config.active_record.belongs_to_required_by_default = true