mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove warning setting eager_load
This commit is contained in:
parent
90733e70d7
commit
ff79df004c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ module ApplicationTests
|
|||
config.secret_token = "3b7cd727ee24e8444053437c36cc66c4"
|
||||
config.session_store :cookie_store, key: "_myapp_session"
|
||||
config.active_support.deprecation = :log
|
||||
config.eager_load = false
|
||||
end
|
||||
|
||||
MyApp.initialize!
|
||||
|
|
Loading…
Reference in a new issue