W3cubDocs

/Ruby on Rails 7.0

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.