UNPKG

guvnor

Version:

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

13 lines (11 loc) 283 B
var Collection = require('ampersand-rest-collection') var User = require('./user') module.exports = Collection.extend({ url: function () { return '/hosts/' + this.parent.name + '/users' }, model: User, mainIndex: 'name', comparator: 'name', textAttribute: 'name' })