discourse-subscriptions/assets/javascripts/discourse/patrons-route-map.js.es6

7 lines
117 B
Plaintext
Raw Normal View History

2019-09-11 03:13:12 -04:00
export default function () {
2019-09-11 03:38:55 -04:00
this.route('patrons', function() {
this.route("show", { path: ":pid" });
});
2019-09-11 03:13:12 -04:00
}