Method: ActiveRecord::Encryption::NullEncryptor#decrypt
- Defined in:
- activerecord/lib/active_record/encryption/null_encryptor.rb
#decrypt(encrypted_text, key_provider: nil, cipher_options: {}) ⇒ Object
12 13 14 |
# File 'activerecord/lib/active_record/encryption/null_encryptor.rb', line 12 def decrypt(encrypted_text, key_provider: nil, cipher_options: {}) encrypted_text end |