UNPKG

guvnor

Version:

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

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