Skip to content

Commit

Permalink
Merge pull request #36946 from eugeneius/return_only_media_type_on_co…
Browse files Browse the repository at this point in the history
…ntent_type_new_default

Fix new default value for return_only_media_type_on_content_type
  • Loading branch information
rafaelfranca committed Aug 16, 2019
1 parent d9aab35 commit dee31b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Rails.application.config.action_dispatch.use_cookies_with_metadata = true

# Change the return value of `ActionDispatch::Response#content_type` to Content-Type header without modification.
# Rails.application.config.action_dispatch.return_only_media_type_on_content_type = true
# Rails.application.config.action_dispatch.return_only_media_type_on_content_type = false

# Return false instead of self when enqueuing is aborted from a callback.
# Rails.application.config.active_job.return_false_on_aborted_enqueue = true
Expand Down

0 comments on commit dee31b7

Please sign in to comment.