Class: MongoMapper::Plugins::Associations::Collection
- Defined in:
- lib/mongo_mapper/plugins/associations/collection.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Proxy
#association, #proxy_owner, #target
Instance Method Summary collapse
Methods inherited from Proxy
#===, #blank?, #initialize, #inspect, #loaded, #loaded?, #nil?, #present?, #proxy_respond_to?, #reload, #replace, #respond_to?, #send
Constructor Details
This class inherits a constructor from MongoMapper::Plugins::Associations::Proxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class MongoMapper::Plugins::Associations::Proxy
Instance Method Details
#include?(*args) ⇒ Boolean
15 16 17 18 |
# File 'lib/mongo_mapper/plugins/associations/collection.rb', line 15 def include?(*args) load_target target.include?(*args) end |
#reset ⇒ Object
20 21 22 23 |
# File 'lib/mongo_mapper/plugins/associations/collection.rb', line 20 def reset super target = [] end |