Skip to content

Instantly share code, notes, and snippets.

@jmaher
Created July 2, 2009 13:52
Show Gist options
  • Save jmaher/139474 to your computer and use it in GitHub Desktop.
Save jmaher/139474 to your computer and use it in GitHub Desktop.
{
"_id": "_design/f2",
"_rev": "4-3659521814",
"views": {
"all": {
"map": "function (doc) { emit(doc._id, null); }"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment