Skip to content

Commit

Permalink
Start couchdb design doc
Browse files Browse the repository at this point in the history
  • Loading branch information
careo committed Nov 16, 2008
1 parent d5395d7 commit 12be079
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/documents/all-map.js
@@ -0,0 +1,3 @@
function(doc) {
emit(null,doc);
}
4 changes: 4 additions & 0 deletions db/documents/lib.js
@@ -0,0 +1,4 @@
// Put global functions here.
// Include in your views with
//
// //include-lib

0 comments on commit 12be079

Please sign in to comment.