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