()
| 15 | module.exports = (Classrooms = (function () { |
| 16 | Classrooms = class Classrooms extends CocoCollection { |
| 17 | static initClass () { |
| 18 | this.prototype.model = Classroom |
| 19 | this.prototype.url = '/db/classroom' |
| 20 | } |
| 21 | |
| 22 | initialize () { |
| 23 | this.on('sync', () => { |