This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
thisnthat
/
wizard-plugin
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
base
Branches
Tags
base
master
wizard-plugin
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
export default Discourse.Route.extend({
redirect() {
this.transitionTo('adminWizardsCustom');
}
});