method
decrypt_and_verify
v3.0.0 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
decrypt_and_verify(value)public
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 56
def decrypt_and_verify(value)
decrypt(verifier.verify(value))
end