cleaned up the design view names since we don't need to use md5 view names anymore. (we are using different revision numbers)

This commit is contained in:
Matt Aimonetti 2009-05-17 19:34:02 -07:00
parent 406eaebfc9
commit b89d327a61
4 changed files with 37 additions and 43 deletions

View file

@ -81,6 +81,10 @@ module CouchRest
@klass.all_design_doc_versions(@database)
end
def model_design_doc
@klass.model_design_doc(@database)
end
def cleanup_design_docs!
@klass.cleanup_design_docs!(@database)
end