Module: Gricer::Mongoid::MapReduce
- Extended by:
- ActiveSupport::Concern
- Included in:
- Session
- Defined in:
- lib/gricer/mongoid/map_reduce.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Extend the ActiveModel with the statistics class methods.
Class Method Details
.included(base) ⇒ Object
Extend the ActiveModel with the statistics class methods.
9 10 11 |
# File 'lib/gricer/mongoid/map_reduce.rb', line 9 def self.included(base) base.extend ClassMethods end |