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

Method initClass

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

Source from the content-addressed store, hash-verified

15module.exports = (Users = (function () {
16 Users = class Users extends CocoCollection {
17 static initClass () {
18 this.prototype.model = User
19 this.prototype.url = '/db/user'
20 }
21
22 fetchForClassroom (classroom, options) {
23 if (options == null) { options = {} }

Callers 1

Users.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected