Method: Mongoid::Association::Referenced::BelongsTo#relation
- Defined in:
- lib/mongoid/association/referenced/belongs_to.rb
#relation ⇒ Association::BelongsTo::Proxy
Get the association proxy class for this association type.
95 96 97 |
# File 'lib/mongoid/association/referenced/belongs_to.rb', line 95 def relation Proxy end |