Remove deprecation warnings for Rails 5 and 6

This commit is contained in:
Greg Myers
2020-03-20 20:52:36 +00:00
parent b5e210cd96
commit 0020d71c90
2 changed files with 11 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ Bundler.require(*Rails.groups)
module TestApp
class Application < Rails::Application
config.load_defaults 5.2
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.