Module: Mongoid::Copyable

Extended by:
ActiveSupport::Concern
Included in:
Components
Defined in:
lib/mongoid/copyable.rb

Overview

This module contains the behaviour of Mongoid’s clone/dup of documents.

Constant Summary collapse

COPYABLES =
[
  :@accessed,
  :@attributes,
  :@metadata,
  :@modifications,
  :@previous_modifications
]