Sha256: 8f09c9b0eba41419c28cb9e81997e0cabbdc5b42fd7d27ac7f84f8e9fa927688
Contents?: true
Size: 136 Bytes
Versions: 1
Compression:
Stored size: 136 Bytes
Contents
function (doc, meta) { if(doc.type == "doorkeeper_application") { emit(null, [doc.name, doc.secret, doc.redirect_uri]); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
couchkeeper-0.6.7 | lib/doorkeeper/models/doorkeeper_application/show_all/map.js |