codecombat/app/collections/Patches.coffee

5 lines
165 B
CoffeeScript

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