| 13 | |
| 14 | module.exports = (CourseInstances = (function () { |
| 15 | CourseInstances = class CourseInstances extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.model = CourseInstance |
| 18 | this.prototype.url = '/db/course_instance' |
nothing calls this directly
no outgoing calls
no test coverage detected