MCPcopy Create free account
hub / github.com/codecombat/codecombat /

Class

app/collections/Courses.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14module.exports = (Courses = (function () {
15 Courses = class Courses extends CocoCollection {
16 static initClass () {
17 this.prototype.model = Course
18 this.prototype.url = '/db/course'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected