method
new
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Cookies::VerifyAndUpgradeLegacySignedMessage
new(*args)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 185
def initialize(*args)
super
@legacy_verifier = ActiveSupport::MessageVerifier.new(@options[:secret_token], serializer: ActiveSupport::MessageEncryptor::NullSerializer)
end