Module: Mongoid::Association::Macros

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

Overview

This module contains the core macros for defining associations between documents. They can be either embedded or referenced.

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 associations.



54
55
56
# File 'lib/mongoid/association/macros.rb', line 54

def associations
  relations
end