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

Method initClass

app/collections/TrialRequests.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13module.exports = (TrialRequestCollection = (function () {
14 TrialRequestCollection = class TrialRequestCollection extends CocoCollection {
15 static initClass () {
16 this.prototype.url = '/db/trial.request'
17 this.prototype.model = TrialRequest
18 }
19
20 fetchOwn (options) {
21 options = _.extend({ data: {} }, options)

Callers 1

TrialRequests.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected