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