1
0
Fork 0
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:
Sharang Dashputre 2019-05-09 13:17:04 +05:30
parent 7d4df79ac7
commit 3d5cf0c595

View file

@ -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