codecombat/app/collections/Levels.coffee
2016-04-04 15:19:27 -07:00

6 lines
182 B
CoffeeScript

CocoCollection = require 'collections/CocoCollection'
Level = require 'models/Level'
module.exports = class LevelCollection extends CocoCollection
url: '/db/level'
model: Level