method
before_sending
v4.2.1 -
Show latest stable
- Class:
ActionController::Live::Response
before_sending()private
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 240
def before_sending
super
request.cookie_jar.commit!
headers.freeze
end