codecombat/app/collections/Payments.coffee

8 lines
188 B
CoffeeScript
Raw Normal View History

Payment = require 'models/Payment'
CocoCollection = require 'collections/CocoCollection'
module.exports = class Payments extends CocoCollection
model: Payment
url: '/db/payment'