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