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 =
[
  :attributes,
  :metadata,
  :changed_attributes,
  :previous_changes
]