method
get_cookie
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Session::CookieStore
get_cookie(env)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 113
def get_cookie(env)
cookie_jar(env)[@key]
end