diff --git a/config/initializers/new_framework_defaults_7_0.rb b/config/initializers/new_framework_defaults_7_0.rb index 488587cfe..092eab294 100644 --- a/config/initializers/new_framework_defaults_7_0.rb +++ b/config/initializers/new_framework_defaults_7_0.rb @@ -102,7 +102,7 @@ Rails.application.config.action_dispatch.default_headers = { Rails.application.config.action_dispatch.cookies_serializer = :json # Change the return value of `ActionDispatch::Request#content_type` to the Content-Type header without modification. -# Rails.application.config.action_dispatch.return_only_request_media_type_on_content_type = false +Rails.application.config.action_dispatch.return_only_request_media_type_on_content_type = false # Active Storage `has_many_attached` relationships will default to replacing the current collection instead of appending to it. # Thus, to support submitting an empty collection, the `file_field` helper will render an hidden field `include_hidden` by default when `multiple_file_field_include_hidden` is set to `true`.