Module: CouchRest

Defined in:
lib/couchrest/model/database_method.rb,
lib/couchrest/session.rb,
lib/couchrest/model/rotation.rb

Overview

Allow setting the database to happen dynamically.

Unlike normal CouchRest::Model, the database is not automatically created unless you call database!()

The method specified by ‘database_method` must exist as a class method but may optionally also exist as an instance method.

Defined Under Namespace

Modules: Model, Session Classes: StorageMissing