Module: Cubicle::MongoMapper::AggregatePlugin

Defined in:
lib/cubicle/mongo_mapper/aggregate_plugin.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(model) ⇒ Object



10
11
12
# File 'lib/cubicle/mongo_mapper/aggregate_plugin.rb', line 10

def self.included(model)
  model.plugin AggregatePlugin
end