We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8291666 + f492d51 commit a84ef12Copy full SHA for a84ef12
actionpack/lib/action_dispatch/middleware/cookies.rb
@@ -92,7 +92,7 @@ def use_cookies_with_metadata
92
include RequestCookieMethods
93
end
94
95
- # Read and write data to cookies through ActionController::Base#cookies.
+ # Read and write data to cookies through ActionController::Cookies#cookies.
96
#
97
# When reading cookie data, the data is read from the HTTP request header, Cookie.
98
# When writing cookie data, the data is sent out in the HTTP response header, +Set-Cookie+.
0 commit comments