123456789_123456789_123456789_123456789_123456789_

Module: Mongoid::Encryptable

Relationships & Source Files
Namespace Children
Modules:
Extension / Inclusion / Inheritance Descendants
Included In:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ActiveSupport::Concern
Defined in: lib/mongoid/encryptable.rb

Overview

This module is used to extend Document to add encryption functionality.

DSL Calls

included

[ GitHub ]


8
9
10
11
12
# File 'lib/mongoid/encryptable.rb', line 8

included do
  # @return [Hash] The encryption metadata for the model.
  class_attribute :
  self. = {}
end