| 14 | |
| 15 | module.exports = (ThangNamesCollection = (function () { |
| 16 | ThangNamesCollection = class ThangNamesCollection extends CocoCollection { |
| 17 | static initClass () { |
| 18 | this.prototype.url = '/db/thang.type/names' |
| 19 | this.prototype.model = ThangType |
nothing calls this directly
no outgoing calls
no test coverage detected