method

encrypt_attributes

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