UNPKG

guvnor

Version:

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

10 lines (8 loc) 211 B
var Collection = require('ampersand-rest-collection') var App = require('./app') module.exports = Collection.extend({ url: function () { return '/hosts/' + this.parent.name + '/apps' }, model: App })