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

Method initClass

app/models/SkippedContact.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11module.exports = (SkippedContact = (function () {
12 SkippedContact = class SkippedContact extends CocoModel {
13 static initClass () {
14 this.className = 'SkippedContact'
15 this.prototype.urlRoot = '/db/skipped-contact'
16 }
17 }
18 SkippedContact.initClass()
19 return SkippedContact

Callers 1

SkippedContact.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected