| 14 | |
| 15 | module.exports = (Users = (function () { |
| 16 | Users = class Users extends CocoCollection { |
| 17 | static initClass () { |
| 18 | this.prototype.model = User |
| 19 | this.prototype.url = '/db/user' |
nothing calls this directly
no outgoing calls
no test coverage detected