| 13 | |
| 14 | module.exports = (InteractiveSessionCollection = (function () { |
| 15 | InteractiveSessionCollection = class InteractiveSessionCollection extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.url = '/db/interactive.session' |
| 18 | this.prototype.model = InteractiveSession |
nothing calls this directly
no outgoing calls
no test coverage detected