class ActiveRecord::Encryption::ReadOnlyNullEncryptor
def encrypt(clean_text, key_provider: nil, cipher_options: {})
def encrypt(clean_text, key_provider: nil, cipher_options: {}) raise Errors::Encryption, "This encryptor is read-only" end
def encrypt(clean_text, key_provider: nil, cipher_options: {}) raise Errors::Encryption, "This encryptor is read-only" end