instance method
before_committed
Ruby on Rails 5.1.7
Since v4.1.16 Private — implementation detail, not part of the public APISignature
before_committed()
No documentation comment.
Source
# 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
Defined in actionpack/lib/action_dispatch/http/response.rb line 432
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response