()
| 14 | module.exports = (CodeLogCollection = (function () { |
| 15 | CodeLogCollection = class CodeLogCollection extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.url = '/db/codelogs' |
| 18 | this.prototype.model = CodeLog |
| 19 | } |
| 20 | |
| 21 | fetchByUserID (userID, options) { |
| 22 | if (options == null) { options = {} } |