Module: ActiveEncryption::Configuration

Included in:
ActiveEncryption
Defined in:
lib/active_encryption/configuration.rb,
lib/active_encryption/configuration/store.rb

Overview

The ActiveEncryption::Configuration module contains classes and methods to configure the gem.

Usage:

ActiveEncryption.configure |config|
  config.option_1 = true
  config.option_2 = false
end

Defined Under Namespace

Modules: ClassMethods Classes: Store

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



16
17
18
# File 'lib/active_encryption/configuration.rb', line 16

def self.included(klass)
  klass.extend ClassMethods
end