This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-subscriptions
mirror of
https://github.com/discourse/discourse-subscriptions.git
Watch
1
Star
0
Fork
You've already forked discourse-subscriptions
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
35f9e4ffb2
discourse-subscriptions
/
assets
/
javascripts
/
discourse
/
discourse-payments-route-ma...
7 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
a child page at user/:username/choice
2017-02-09 23:10:47 -05:00
export default {
resource: 'user',
map() {
rename to "payments"
2017-02-13 18:11:10 -05:00
this.route('payments');
a child page at user/:username/choice
2017-02-09 23:10:47 -05:00
}
};