module ActiveRecord::Encryption::EncryptableRecord
def encrypt_attributes
def encrypt_attributes validate_encryption_allowed update_columns build_encrypt_attribute_assignments end
def encrypt_attributes validate_encryption_allowed update_columns build_encrypt_attribute_assignments end