mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] UpgradeLegacySignedCookieJar Doc fix
This commit is contained in:
parent
9a1fa3e8f8
commit
8f131a9ed5
1 changed files with 2 additions and 2 deletions
|
@ -482,8 +482,8 @@ module ActionDispatch
|
|||
|
||||
# UpgradeLegacySignedCookieJar is used instead of SignedCookieJar if
|
||||
# secrets.secret_token and secrets.secret_key_base are both set. It reads
|
||||
# legacy cookies signed with the old dummy key generator and re-saves
|
||||
# them using the new key generator to provide a smooth upgrade path.
|
||||
# legacy cookies signed with the old dummy key generator and signs and
|
||||
# re-saves them using the new key generator to provide a smooth upgrade path.
|
||||
class UpgradeLegacySignedCookieJar < SignedCookieJar #:nodoc:
|
||||
include VerifyAndUpgradeLegacySignedMessage
|
||||
|
||||
|
|
Loading…
Reference in a new issue