| 13 | |
| 14 | module.exports = (Payments = (function () { |
| 15 | Payments = class Payments extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.model = Payment |
| 18 | this.prototype.url = '/db/payment' |
nothing calls this directly
no outgoing calls
no test coverage detected