mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix indentation of the config.eager_load nil warning
This commit is contained in:
parent
7d4df79ac7
commit
3d5cf0c595
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module Rails
|
|||
|
||||
initializer :set_eager_load, group: :all do
|
||||
if config.eager_load.nil?
|
||||
warn <<-INFO
|
||||
warn <<~INFO
|
||||
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
|
||||
|
||||
* development - set it to false
|
||||
|
|
Loading…
Reference in a new issue