method
cookie_jar
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Request
cookie_jar()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 11
def cookie_jar
fetch_header("action_dispatch.cookies") do
self.cookie_jar = Cookies::CookieJar.build(self, cookies)
end
end