instance method
cookie_jar
Ruby on Rails 8.0.4
Since v7.0.10Signature
cookie_jar()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 13
def cookie_jar
fetch_header("action_dispatch.cookies") do
self.cookie_jar = Cookies::CookieJar.build(self, cookies)
end
end
Defined in actionpack/lib/action_dispatch/middleware/cookies.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RequestCookieMethods