added database.bulk_delete as an alias for #bulk_save, added support for Model.by_view_name in ExtendedDoc and bumped the version to 0.13.3
This commit is contained in:
parent
3c01875ce5
commit
c4cce18389
8 changed files with 20 additions and 10 deletions
|
@ -16,7 +16,7 @@ module CouchRest
|
|||
unless design_doc_fresh
|
||||
refresh_design_doc
|
||||
end
|
||||
view :all, opts, &block
|
||||
view(:all, opts, &block)
|
||||
end
|
||||
|
||||
# Load the first document that have the "couchrest-type" field equal to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue