()
| 20 | module.exports = (LevelSession = (function () { |
| 21 | LevelSession = class LevelSession extends CocoModel { |
| 22 | static initClass () { |
| 23 | this.className = 'LevelSession' |
| 24 | this.schema = require('schemas/models/level_session') |
| 25 | this.prototype.urlRoot = '/db/level.session' |
| 26 | |
| 27 | this.fakeID = 'ateacherfakesessionidval' |
| 28 | } |
| 29 | |
| 30 | initialize () { |
| 31 | super.initialize() |