codecombat/app/collections/ThangTypes.coffee
2016-01-25 13:03:29 -08:00

6 lines
No EOL
202 B
CoffeeScript

CocoCollection = require 'collections/CocoCollection'
ThangType = require 'models/ThangType'
module.exports = class ThangTypeCollection extends CocoCollection
url: '/db/thang.type'
model: ThangType