Method: ActiveRecord::Encryption::EncryptingOnlyEncryptor#decrypt
- Defined in:
- activerecord/lib/active_record/encryption/encrypting_only_encryptor.rb
#decrypt(encrypted_text, key_provider: nil, cipher_options: {}) ⇒ Object
7 8 9 |
# File 'activerecord/lib/active_record/encryption/encrypting_only_encryptor.rb', line 7 def decrypt(encrypted_text, key_provider: nil, cipher_options: {}) encrypted_text end |