123456789_123456789_123456789_123456789_123456789_

Module: ActiveRecord::Encryption::Configurable

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Defined in: activerecord/lib/active_record/encryption/configurable.rb

Overview

Configuration API for ::ActiveRecord::Encryption

Class Method Summary

::ActiveSupport::Concern - Extended

class_methods

Define class methods from given block.

included

Evaluate given block in context of base class, so that you can write class macros here.

prepended

Evaluate given block in context of base class, so that you can write class macros here.

append_features, prepend_features

DSL Calls

included

[ GitHub ]


9
10
11
12
# File 'activerecord/lib/active_record/encryption/configurable.rb', line 9

included do
  mattr_reader :config, default: Config.new
  mattr_accessor :encrypted_attribute_declaration_listeners
end