()
| 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' |
| 23 | } |
| 24 | |
| 25 | initialize (models, options) { |
| 26 | if (options == null) { options = {} } |