Module: CouchRest::Mixins::Indexer
- Included in:
- ExtendedDocument
- Defined in:
- lib/mixins/indexer.rb
Overview
Mixin for CouchRest adding indexing stuff. See class ClassMethods for details.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Bootstrap method to include patches with.
Class Method Details
.included(base) ⇒ Object
Bootstrap method to include patches with.
Parameters:
- base
-
Class to include class methods of module into
23 24 25 |
# File 'lib/mixins/indexer.rb', line 23 def self.included(base) base.extend(ClassMethods) end |