mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #40591 from jonathanhefner/actioncontroller-cookies-docs
Document ActionController::Cookies#cookies [ci-skip]
This commit is contained in:
commit
bf6ba3c668
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ module ActionController #:nodoc:
|
|||
end
|
||||
|
||||
private
|
||||
def cookies
|
||||
# The cookies for the current request. See ActionDispatch::Cookies for
|
||||
# more information.
|
||||
def cookies # :doc:
|
||||
request.cookie_jar
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue