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