mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
8 lines
212 B
CoffeeScript
8 lines
212 B
CoffeeScript
|
StripeCoupon = require 'models/StripeCoupon'
|
||
|
CocoCollection = require 'collections/CocoCollection'
|
||
|
|
||
|
module.exports = class StripeCoupons extends CocoCollection
|
||
|
model: StripeCoupon
|
||
|
url: '/stripe/coupons'
|
||
|
|