Module: CouchRest::Model::Collection

Included in:
Base
Defined in:
lib/couchrest/model/collection.rb

Overview

Warning! The Collection module is seriously depricated. Use the new Design Views instead, as this code copies many other parts of CouchRest Model.

Expect this to be removed soon.

Defined Under Namespace

Modules: ClassMethods Classes: CollectionProxy

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/couchrest/model/collection.rb', line 11

def self.included(base)
  base.extend(ClassMethods)
end