mirror of https://github.com/rails/rails
update load_defaults 7.1 to config.load_defaults 7.1
This commit is contained in:
parent
2b2aea4c3a
commit
b161c7ca50
|
@ -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*
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue