fixed bulk_load/get_bulk and the specs

This commit is contained in:
Matt Aimonetti 2009-05-13 20:44:57 -07:00
parent 0c0b6ecff2
commit 92b77a9649
3 changed files with 5 additions and 2 deletions

View file

@ -48,6 +48,7 @@ module CouchRest
def get_bulk(ids)
documents(:keys => ids, :include_docs => true)
end
alias :bulk_load :get_bulk
# POST a temporary view function to CouchDB for querying. This is not
# recommended, as you don't get any performance benefit from CouchDB's