()
| 12 | module.exports = (Clan = (function () { |
| 13 | Clan = class Clan extends CocoModel { |
| 14 | static initClass () { |
| 15 | this.className = 'Clan' |
| 16 | this.schema = schema |
| 17 | this.prototype.urlRoot = '/db/clan' |
| 18 | } |
| 19 | |
| 20 | static getAutoClanSlug (idOrSlug, kind) { |
| 21 | return `autoclan-${kind}-${idOrSlug}` |