method

before_committed

Importance_0
before_committed() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/response.rb, line 423
    def before_committed
      return if committed?
      assign_default_content_type_and_charset!
      handle_conditional_get!
      handle_no_content!
    end
Register or log in to add new notes.