c4b49baecf
Examples: db = CouchRest::Database.new(...) articles = Article.on(db) articles.all { ... } articles.by_title { ... } u = articles.get("someid") u = articles.new(:title => "I like plankton") u.save # saved on the correct database |
||
---|---|---|
.. | ||
casted_model.rb | ||
extended_document.rb | ||
property.rb |