| 16 | |
| 17 | module.exports = (LevelCollection = (function () { |
| 18 | LevelCollection = class LevelCollection extends CocoCollection { |
| 19 | static initClass () { |
| 20 | this.prototype.url = '/db/level' |
| 21 | this.prototype.model = Level |
nothing calls this directly
no outgoing calls
no test coverage detected