method
before_committed
v7.1.3.2 -
Show latest stable
- Class:
ActionController::Live::Response
before_committed()private
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 259
def before_committed
super
jar = request.cookie_jar
# The response can be committed multiple times
jar.write self unless committed?
end