Module CouchRest::Model::Proxyable::ClassMethods
In: lib/couchrest/model/proxyable.rb

Methods

Public Instance methods

Tell this model which other model to use as a base for the database connection to use.

Define the name of a method to call to determine the name of the database to use as a proxy.

Define a collection that will use the base model for the database connection details.

Define an a class variable accessor ready to be inherited and unique for each Class using the base. Perhaps there is a shorter way of writing this.

[Validate]