codecombat/app/collections/ThangTypes.coffee

6 lines
202 B
CoffeeScript
Raw Normal View History

2016-01-19 18:42:20 -05:00
CocoCollection = require 'collections/CocoCollection'
ThangType = require 'models/ThangType'
module.exports = class ThangTypeCollection extends CocoCollection
url: '/db/thang.type'
model: ThangType