module Hanami::Action::Cookies
Cookies
API
This module isn’t included by default.
@since 0.1.0
@see Hanami::Action::Cookies#cookies
Private Instance Methods
finish(req, res, *)
click to toggle source
Finalize the response by flushing cookies into the response
@since 0.1.0 @api private
Calls superclass method
# File lib/hanami/action/cookies.rb, line 21 def finish(req, res, *) res.cookies.finish super end