Sha256: 1ada5be35e9087521ecf648ff5df8fa2b33ff48b6ab2df1012fb6f8689f77b81
Contents?: true
Size: 99 Bytes
Versions: 2
Compression:
Stored size: 99 Bytes
Contents
function(doc) { if(doc.type && doc.type == '<%= model_name %>') { emit(doc._id, null); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
couch-0.0.4 | lib/couch/generators/view/templates/map.js |
couch-0.0.3 | lib/couch/generators/view/templates/map.js |