method

encrypt

encrypt(clean_text, key_provider: nil, cipher_options: {})
public

No documentation available.

# File activerecord/lib/active_record/encryption/null_encryptor.rb, line 8
      def encrypt(clean_text, key_provider: nil, cipher_options: {})
        clean_text
      end