()
| 13 | module.exports = (PatchModel = (function () { |
| 14 | PatchModel = class PatchModel extends CocoModel { |
| 15 | static initClass () { |
| 16 | this.className = 'Patch' |
| 17 | this.schema = require('schemas/models/patch') |
| 18 | this.prototype.urlRoot = '/db/patch' |
| 19 | } |
| 20 | |
| 21 | setStatus (status, options) { |
| 22 | if (options == null) { options = {} } |