rails / 7.0.0 / actioncontroller / cookies.html /

module ActionController::Cookies

Private Instance Methods

cookies () Show source
# 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–2021 David Heinemeier Hansson
Licensed under the MIT License.