config: use Rails 5.1 defaults
New or changed defaults are: - config.assets.unknown_asset_fallback: false - config.action_view.form_with_generates_remote_forms: true
This commit is contained in:
parent
7708dbbc71
commit
0d55919fab
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ Dotenv::Railtie.load
|
|||
|
||||
module TPS
|
||||
class Application < Rails::Application
|
||||
config.load_defaults 5.0
|
||||
config.load_defaults 5.1
|
||||
|
||||
# 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