Module: Mongoid::EncryptedFields
- Extended by:
- Logging
- Defined in:
- lib/mongoid-encrypted-fields.rb,
lib/mongoid-encrypted-fields/logging.rb,
lib/mongoid-encrypted-fields/version.rb
Defined Under Namespace
Modules: Logging
Constant Summary collapse
- VERSION =
'2.0.0'
Class Attribute Summary collapse
-
.cipher ⇒ Object
Set cipher used for all field encryption/decryption.
Method Summary
Methods included from Logging
default_logger, logger, logger=, rails_logger
Class Attribute Details
.cipher ⇒ Object
Set cipher used for all field encryption/decryption
15 16 17 |
# File 'lib/mongoid-encrypted-fields.rb', line 15 def cipher @cipher end |