()
| 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' |
| 19 | } |
| 20 | |
| 21 | fetchByOwner (ownerID, options) { |
| 22 | if (options == null) { options = {} } |