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

Method initClass

app/models/InteractiveSession.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12module.exports = (InteractiveSession = (function () {
13 InteractiveSession = class InteractiveSession extends CocoModel {
14 static initClass () {
15 this.className = 'InteractiveSession'
16 this.schema = schema
17 this.prototype.urlRoot = '/db/interactive.session'
18 }
19 }
20 InteractiveSession.initClass()
21 return InteractiveSession

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected