method
before_committed
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::Response
before_committed()private
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 432
def before_committed
return if committed?
assign_default_content_type_and_charset!
handle_conditional_get!
handle_no_content!
end