This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
thisnthat
/
wizard-plugin
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
base
Branches
Tags
base
master
wizard-plugin
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Lien permanent
Historique
Raw
1
2
3
4
5
export default Discourse.Route.extend({
redirect() {
this.transitionTo('adminWizardsCustom');
}
});