Sha256: 7906835e03b681e833756417ae1ff05e7e4d339fc9380d5ce61344766c034b1c
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
function(doc) { if(doc.type == 'Foo') { emit(doc.created_at, { title : doc.title, body : doc.body, created_at : doc.created_at }); } };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
therealadam-couchrest-rails-0.1.1 | spec/mock/views/foos/all/map.js |