mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
7 lines
193 B
CoffeeScript
7 lines
193 B
CoffeeScript
|
CocoCollection = require 'collections/CocoCollection'
|
||
|
CodeLog = require 'models/CodeLog'
|
||
|
|
||
|
module.exports = class CodeLogCollection extends CocoCollection
|
||
|
url: '/db/codelogs'
|
||
|
model: CodeLog
|