(options)
| 31 | } |
| 32 | |
| 33 | fetchLatest (options) { |
| 34 | if (options == null) { options = {} } |
| 35 | options.url = '/db/codelogs?conditions[sort]="-_id"' |
| 36 | return this.fetch(options) |
| 37 | } |
| 38 | } |
| 39 | CodeLogCollection.initClass() |
| 40 | return CodeLogCollection |
no test coverage detected