method

validate_encryption_allowed

validate_encryption_allowed()
private

No documentation available.

# File activerecord/lib/active_record/encryption/encryptable_record.rb, line 200
        def validate_encryption_allowed
          raise ActiveRecord::Encryption::Errors::Configuration, "can't be modified because it is encrypted" if ActiveRecord::Encryption.context.frozen_encryption?
        end