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:
parent
406eaebfc9
commit
b89d327a61
4 changed files with 37 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue