Removed some deprecation warnings

This commit is contained in:
domaindrivendev
2017-05-19 11:11:13 -07:00
parent 75d676d753
commit 353be669e4
10 changed files with 16 additions and 75 deletions

View File

@@ -32,4 +32,6 @@ TestApp::Application.configure do
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
config.eager_load = false
end