Class: CouchRest::Model::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/couchrest_model_config/couchrest_model_base.rb

Class Method Summary collapse

Class Method Details

.use_database(*args) ⇒ Object



15
16
17
# File 'lib/couchrest_model_config/couchrest_model_base.rb', line 15

def use_database(*args)
  raise "We're sorry, but the `use_database` method is not supported with couchrest_model_config."
end