mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
5 lines
No EOL
133 B
CoffeeScript
5 lines
No EOL
133 B
CoffeeScript
CocoModel = require('./CocoModel')
|
|
|
|
module.exports = class Payment extends CocoModel
|
|
@className: "Payment"
|
|
urlRoot: "/db/payment" |