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.
1 parent 0646114 commit ee30661Copy full SHA for ee30661
actionpack/lib/action_dispatch/middleware/cookies.rb
@@ -181,7 +181,7 @@ def signed_or_encrypted
181
# to the Message{Encryptor,Verifier} allows us to handle the
182
# (de)serialization step within the cookie jar, which gives us the
183
# opportunity to detect and migrate legacy cookies.
184
- module VerifyAndUpgradeLegacySignedMessage
+ module VerifyAndUpgradeLegacySignedMessage # :nodoc:
185
def initialize(*args)
186
super
187
@legacy_verifier = ActiveSupport::MessageVerifier.new(@options[:secret_token], serializer: ActiveSupport::MessageEncryptor::NullSerializer)
0 commit comments