removed {:reduce => false} in #all method to make it 0.10 comp.

This commit is contained in:
tc 2009-07-24 22:31:36 -07:00 committed by Matt Aimonetti
parent dd480bcd75
commit 41eeedd49b

View file

@ -12,7 +12,7 @@ module CouchRest
# name of the current class. Take the standard set of
# CouchRest::Database#view options.
def all(opts = {}, &block)
view(:all, {:reduce => false}.merge(opts), &block)
view(:all, opts, &block)
end
# Returns the number of documents that have the "couchrest-type" field