method
validate_encryption_allowed
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord
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