()
| 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 |
| 17 | } |
| 18 | } |
| 19 | LevelSystems.initClass() |
| 20 | return LevelSystems |