()
| 11 | module.exports = (SkippedContact = (function () { |
| 12 | SkippedContact = class SkippedContact extends CocoModel { |
| 13 | static initClass () { |
| 14 | this.className = 'SkippedContact' |
| 15 | this.prototype.urlRoot = '/db/skipped-contact' |
| 16 | } |
| 17 | } |
| 18 | SkippedContact.initClass() |
| 19 | return SkippedContact |