Module: ActionEncrypt
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/action_encrypt.rb,
lib/action_encrypt/engine.rb,
lib/action_encrypt/version.rb,
lib/action_encrypt/attribute.rb,
lib/action_encrypt/configuration.rb,
app/models/action_encrypt/encrypted_field.rb,
app/models/action_encrypt/application_record.rb,
app/models/action_encrypt/data_encryption_key.rb
Defined Under Namespace
Modules: Attribute
Classes: ApplicationRecord, Configuration, DataEncryptionKey, EncryptedField, Engine
Constant Summary
collapse
- VERSION =
'0.2.1'
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
12
13
14
|
# File 'lib/action_encrypt.rb', line 12
def configuration
@configuration ||= Configuration.new
end
|
16
17
18
|
# File 'lib/action_encrypt.rb', line 16
def configure
yield(configuration)
end
|