config: use Rails 5.2 config defaults
This commit is contained in:
parent
31cc9de498
commit
a1be888f7c
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ Dotenv::Railtie.load
|
|||
|
||||
module TPS
|
||||
class Application < Rails::Application
|
||||
config.load_defaults 5.1
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue