| 11 | |
| 12 | module.exports = (LevelSystems = (function () { |
| 13 | LevelSystems = class LevelSystems extends CocoCollection { |
| 14 | static initClass () { |
| 15 | this.prototype.url = '/db/level.system' |
| 16 | this.prototype.model = LevelSystem |
nothing calls this directly
no outgoing calls
no test coverage detected