discourse-subscriptions/assets/javascripts/discourse/payments-activity-route-map...

7 lines
96 B
Plaintext
Raw Normal View History

2019-12-12 21:44:25 -05:00
export default {
resource: "user.userActivity",
map() {
this.route("payments");
2020-09-16 10:53:50 -04:00
},
2019-12-12 21:44:25 -05:00
};