discourse-subscriptions/assets/javascripts/discourse/choice-discourse-route-map....

6 lines
96 B
Plaintext
Raw Normal View History

2017-02-06 21:56:22 -05:00
export default function() {
this.route('choice', function() {
this.route('form');
});
}