codecombat/app/collections/Patches.coffee

6 lines
165 B
CoffeeScript
Raw Normal View History

PatchModel = require 'models/Patch'
CocoCollection = require 'collections/CocoCollection'
module.exports = class Patches extends CocoCollection
model: PatchModel