Class: CouchRest::ExtendedDocument
- Defined in:
- lib/couchrest.rb
Overview
For the sake of backwards compatability, generate a dummy ExtendedDocument class which should be replaced by real library: couchrest_extended_document.
Added 2010-05-10 by Sam Lown. Please remove at some point in the future.
Instance Attribute Summary
Attributes inherited from Document
Class Method Summary collapse
Methods inherited from Document
#copy, #destroy, #id, #new?, #rev, #save, #uri, use_database
Methods included from Attachments
#delete_attachment, #fetch_attachment, #put_attachment
Methods inherited from Response
Constructor Details
This class inherits a constructor from CouchRest::Response
Class Method Details
.inherited(subclass) ⇒ Object
134 135 136 |
# File 'lib/couchrest.rb', line 134 def self.inherited(subclass) raise "ExtendedDocument is no longer included in CouchRest base driver, see couchrest_extended_document gem" end |