Module: ActiveRecord::Encryption
Configurable
- Attributes & Methods
- .config (also: #config) readonly
- #config readonly
- .encrypted_attribute_declaration_listeners (also: #encrypted_attribute_declaration_listeners) rw
- #encrypted_attribute_declaration_listeners rw
Contexts
- Attributes & Methods
- .default_context (also: #default_context) rw
- #default_context rw
Class Method Summary
::ActiveSupport::Autoload
- Extended
Class Attribute Details
.config (readonly) Also known as: #config
[ GitHub ].default_context (rw) Also known as: #default_context
[ GitHub ].encrypted_attribute_declaration_listeners (rw) Also known as: #encrypted_attribute_declaration_listeners
[ GitHub ]# File 'activerecord/lib/active_record/encryption/configurable.rb', line 11
mattr_accessor :encrypted_attribute_declaration_listeners
Class Method Details
.eager_load!
[ GitHub ]# File 'activerecord/lib/active_record/encryption.rb', line 50
def self.eager_load! super Cipher.eager_load! end
Instance Attribute Details
#config (readonly)
[ GitHub ]#default_context (rw)
[ GitHub ]#encrypted_attribute_declaration_listeners (rw)
[ GitHub ]# File 'activerecord/lib/active_record/encryption/configurable.rb', line 11
mattr_accessor :encrypted_attribute_declaration_listeners