Method: Mongoid::Association::Referenced::BelongsTo#relation

Defined in:
lib/mongoid/association/referenced/belongs_to.rb

#relationAssociation::BelongsTo::Proxy

Get the association proxy class for this association type.

Returns:

  • (Association::BelongsTo::Proxy)

    The proxy class.



95
96
97
# File 'lib/mongoid/association/referenced/belongs_to.rb', line 95

def relation
  Proxy
end