This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
thisnthat
/
discourse-custom-wizard
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
c41aab0514
Gałęzie
Tagi
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Historia
Czysty
1
2
3
4
5
export default Discourse.Route.extend({
redirect() {
this.transitionTo('adminWizardsCustom');
}
});