1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

No need to capitalize verbs. [CI SKIP]

This commit is contained in:
Guo Xiang Tan 2015-04-26 00:18:56 +08:00
parent e61f4ea313
commit 14d7e058a0

View file

@ -462,7 +462,7 @@ module ActionDispatch
end
end
# Signs and Sets the cookie named +name+. The second argument may be the cookie's
# Signs and sets the cookie named +name+. The second argument may be the cookie's
# value or a hash of options as documented above.
def []=(name, options)
if options.is_a?(Hash)
@ -523,7 +523,7 @@ module ActionDispatch
end
end
# Encrypts and Sets the cookie named +name+. The second argument may be the cookie's
# Encrypts and sets the cookie named +name+. The second argument may be the cookie's
# value or a hash of options as documented above.
def []=(name, options)
if options.is_a?(Hash)