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