- added base class for Document and Model (TBD)
commitf9609c4dae187520edb5ffc86cb69be1c7e2207e
authorJohan Sørensen <johan@johansorensen.com>
Wed, 5 Sep 2007 20:10:52 +0000 (5 22:10 +0200)
committerJohan Sørensen <johan@johansorensen.com>
Wed, 5 Sep 2007 20:10:52 +0000 (5 22:10 +0200)
treecb5ec7731f2f5e5512c0258670ddbcad34f617c6
parentb39138d610c030557aab5758fa5800fcd5c7b084
- added base class for Document and Model (TBD)
- Added beginnings of CouchObject::Persistable
lib/couch_object.rb
lib/couch_object/document.rb [new file with mode: 0644]
lib/couch_object/model.rb
lib/couch_object/persistable.rb [new file with mode: 0644]
spec/document_spec.rb [new file with mode: 0644]
spec/model_spec.rb
spec/persistable_spec.rb [new file with mode: 0644]