Module: Mongoid::Relations::Macros

Extended by:
ActiveSupport::Concern
Included in:
Mongoid::Relations
Defined in:
lib/mongoid/relations/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 librarys still on the old API.

Examples:

Get the associations.

person.associations

Returns:

  • (Hash)

    The relations.

Since:

  • 2.3.1



27
28
29
# File 'lib/mongoid/relations/macros.rb', line 27

def associations
  self.relations
end