method
encrypt_attributes
v7.2.3 -
Show latest stable
- Class:
ActiveRecord
encrypt_attributes()private
No documentation available.
# File activerecord/lib/active_record/encryption/encryptable_record.rb, line 187
def encrypt_attributes
validate_encryption_allowed
update_columns build_encrypt_attribute_assignments
end