fixed bulk_load/get_bulk and the specs
This commit is contained in:
parent
0c0b6ecff2
commit
92b77a9649
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue