Module: Mongoid::Association::Referenced::HasAndBelongsToMany::Proxy::ClassMethods
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Extended In:
| |
| Defined in: | lib/mongoid/association/referenced/has_and_belongs_to_many/proxy.rb |
Overview
class-level methods for ::Mongoid::Association::Referenced::HasAndBelongsToMany::Proxy
Instance Attribute Summary
-
#embedded? ⇒ false
readonly
Returns true if the association is an embedded one.
Instance Method Summary
-
#eager_loader(association, docs)
Get the
::Mongoid::Association::Referenced::HasAndBelongsToMany::Eagerobject for this type of association.
Instance Attribute Details
#embedded? ⇒ false (readonly)
Returns true if the association is an embedded one. In this case always false.
# File 'lib/mongoid/association/referenced/has_and_belongs_to_many/proxy.rb', line 34
def false end
Instance Method Details
#eager_loader(association, docs)
Get the ::Mongoid::Association::Referenced::HasAndBelongsToMany::Eager object for this type of association.