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