method
cookie_jar
v5.2.3 -
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".freeze) do
self.cookie_jar = Cookies::CookieJar.build(self, cookies)
end
end