Sha256: 476aab21e1f5a1974c17e02a39f597f7dec2eb33c39912b20e639089a8f7769d

Contents?: true

Size: 107 Bytes

Versions: 11

Compression:

Stored size: 107 Bytes

Contents

function(doc) {
  if(doc.type && doc.type == '<%= model_name %>') {
    emit(doc._id, <%= mydoc %>);
  }
}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
rid-0.5.2 lib/rid/generators/view/templates/map.js
rid-0.5.1 lib/rid/generators/view/templates/map.js
rid-0.5.0 lib/rid/generators/view/templates/map.js
rid-0.4.1 lib/rid/generators/view/templates/map.js
rid-0.4.0 lib/rid/generators/view/templates/map.js
rid-0.3.1 lib/rid/generators/view/templates/map.js
rid-0.3.0 lib/rid/generators/view/templates/map.js
couch-0.2.0 lib/couch/generators/view/templates/map.js
couch-0.1.2 lib/couch/generators/view/templates/map.js
couch-0.1.1 lib/couch/generators/view/templates/map.js
couch-0.1.0 lib/couch/generators/view/templates/map.js