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

Class

app/collections/Products.js:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17// active work on this product so leaving as is for now.
18module.exports = (Products = (function () {
19 Products = class Products extends CocoCollection {
20 static initClass () {
21 this.prototype.model = Product
22 this.prototype.url = '/db/products'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected