Module: Mongoid::Association::Macros

Extended by:
ActiveSupport::Concern
Included in:
Mongoid::Association
Defined in:
build/mongoid-7.0/lib/mongoid/association/macros.rb

Overview

This module contains the core macros for defining relations between documents. They can be either embedded or referenced (relational).

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#associationsHash

This is convenience for libraries still on the old API.

Examples:

Get the associations.

person.associations

Returns:

  • (Hash)

    The relations.

Since:

  • 2.3.1



27
28
29
# File 'build/mongoid-7.0/lib/mongoid/association/macros.rb', line 27

def associations
  self.relations
end