1
0
Fork 0
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:
Rafael Mendonça França 2012-10-18 14:33:40 -03:00
parent 90733e70d7
commit ff79df004c

View file

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