UNPKG

guvnor

Version:

A node process manager that isn't spanners all the way down

10 lines (8 loc) 282 B
var Collection = require('ampersand-rest-collection') var Snapshot = require('./snapshot') module.exports = Collection.extend({ url: function () { return '/hosts/' + this.parent.collection.parent.name + '/processes/' + this.parent.id + '/snapshots' }, model: Snapshot })