This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
thisnthat
/
discourse-custom-wizard
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
d0cfbdbfe6
Branches
Tags
custom
master
discourse-cu...
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
Historique
Raw
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});