Method: ActionDispatch::Request#cookie_jar
- Defined in:
- lib/action_dispatch/middleware/cookies.rb
#cookie_jar ⇒ Object
5 6 7 |
# File 'lib/action_dispatch/middleware/cookies.rb', line 5 def env['action_dispatch.cookies'] ||= Cookies::CookieJar.build(self) end |