method
active_primary_key
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::Encryption::EnvelopeEncryptionKeyProvider
active_primary_key()public
No documentation available.
# File activerecord/lib/active_record/encryption/envelope_encryption_key_provider.rb, line 31
def active_primary_key
@active_primary_key ||= primary_key_provider.encryption_key
end