discourse-subscriptions/assets/javascripts/discourse/discourse-payments-route-ma...

7 lines
82 B
Plaintext
Raw Normal View History

2017-02-09 23:10:47 -05:00
export default {
resource: 'user',
map() {
2017-02-13 18:11:10 -05:00
this.route('payments');
2017-02-09 23:10:47 -05:00
}
};