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:
f8848d2b93
Branches
Tags
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards.js.es6
admin-wizards.js.es6
108 B
Historique
Raw
1
2
3
4
5
export
default
Discourse
.Route
.extend
({
redirect
() {
this
.transitionTo
(
'adminWizardsCustom'
);
}
});