Sha256: f250149f0ff66365d356cdfb93eea2d5d2922ea8ea29eca39f62d4863d00988d

Contents?: true

Size: 76 Bytes

Versions: 3

Compression:

Stored size: 76 Bytes

Contents

function(doc) {
  if (doc.created_at) {
    emit(doc.created_at, doc);
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
soca-0.1.2 test/testapp/db/views/recent/map.js
soca-0.1.1 test/testapp/db/views/recent/map.js
soca-0.1.0 test/testapp/db/views/recent/map.js