()
| 12 | module.exports = (SkippedContacts = (function () { |
| 13 | SkippedContacts = class SkippedContacts extends CocoCollection { |
| 14 | static initClass () { |
| 15 | this.prototype.model = SkippedContact |
| 16 | this.prototype.url = '/db/skipped-contact' |
| 17 | } |
| 18 | } |
| 19 | SkippedContacts.initClass() |
| 20 | return SkippedContacts |