method
encrypt_and_sign
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
encrypt_and_sign(value)public
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 51
def encrypt_and_sign(value)
verifier.generate(encrypt(value))
end