Skip to Content Skip to Search
Methods
C

Instance Private methods

cookies()

The cookies for the current request. See ActionDispatch::Cookies for more information.

# File actionpack/lib/action_controller/metal/cookies.rb, line 14
def cookies # :doc:
  request.cookie_jar
end