method

validate_encryption_allowed

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ActiveRecord
validate_encryption_allowed() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/encryption/encryptable_record.rb, line 178
        def validate_encryption_allowed
          raise ActiveRecord::Encryption::Errors::Configuration, "can't be modified because it is encrypted" if ActiveRecord::Encryption.context.frozen_encryption?
        end
Register or log in to add new notes.