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

Method initClass

app/collections/Concepts.js:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12module.exports = (ConceptCollection = (function () {
13 ConceptCollection = class ConceptCollection extends CocoCollection {
14 static initClass () {
15 this.prototype.url = '/db/concept'
16 this.prototype.model = Concept
17 }
18 }
19 ConceptCollection.initClass()
20 return ConceptCollection

Callers 1

Concepts.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected