update load_defaults 7.1 to config.load_defaults 7.1

This commit is contained in:
sampatbadhe 2022-11-26 13:55:08 +05:30
parent 2b2aea4c3a
commit b161c7ca50
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
config.active_record.belongs_to_required_validates_foreign_key = false
```
and will be disabled by default with `load_defaults 7.1`.
and will be disabled by default with `config.load_defaults 7.1`.
*fatkodima*

View File

@ -101,7 +101,7 @@
# Set the maximum size for Rails log files.
#
# `load_defaults 7.1` does not set this value for environments other than
# `config.load_defaults 7.1` does not set this value for environments other than
# development and test.
#
# if Rails.env.development? || Rails.env.test?