Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 190:b7d41325386b
switch to the couchdb backend as default
author | dirk |
---|---|
date | Wed, 21 Sep 2011 12:52:34 +0200 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }