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