mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
6 lines
No EOL
202 B
CoffeeScript
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 |