This website works better with JavaScript
Home
Verkennen
Help
Inloggen
thisnthat
/
discourse-custom-wizard
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
d0cfbdbfe6
Aftakkingen
Labels
custom
master
discourse-cu...
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
Geschiedenis
Ruwe
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});