module ActionController::Cookies
Private Instance Methods
# File actionpack/lib/action_controller/metal/cookies.rb, line 14 def cookies # :doc: request.cookie_jar end
The cookies for the current request. See ActionDispatch::Cookies
for more information.
© 2004–2020 David Heinemeier Hansson
Licensed under the MIT License.