We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d424f9a commit 440fd9fCopy full SHA for 440fd9f
config/application.rb
@@ -10,7 +10,7 @@ module Railsgoat
10
class Application < Rails::Application
11
12
# Initialize configuration defaults for originally generated Rails version.
13
- config.load_defaults 5.1
+ config.load_defaults 5.2
14
15
# Settings in config/environments/* take precedence over those specified here.
16
# Application configuration can go into files in config/initializers
@@ -24,6 +24,6 @@ class Application < Rails::Application
24
# Disable CSRF protection for RailsGoat
25
config.action_controller.per_form_csrf_tokens = false
26
27
- # config.action_dispatch.return_only_media_type_on_content_type = false
+ config.action_dispatch.return_only_media_type_on_content_type = false
28
end
29
0 commit comments