method

before_committed

rails latest stable - Class: ActionDispatch::Response
before_committed()
private

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 450
    def before_committed
      return if committed?
      assign_default_content_type_and_charset!
      merge_and_normalize_cache_control!(@cache_control)
      handle_conditional_get!
      handle_no_content!
    end