Method: ActiveRecord::Encryption::NullEncryptor#encrypt
- Defined in:
- activerecord/lib/active_record/encryption/null_encryptor.rb
#encrypt(clean_text, key_provider: nil, cipher_options: {}) ⇒ Object
8 9 10 |
# File 'activerecord/lib/active_record/encryption/null_encryptor.rb', line 8 def encrypt(clean_text, key_provider: nil, cipher_options: {}) clean_text end |