This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
thisnthat
/
discourse-custom-wizard
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
a4875f2214
Větve
Značky
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Historie
Surový
1
2
3
4
5
export
default
Discourse
.Route
.extend
({
redirect
() {
this
.transitionTo
(
'adminWizardsCustom'
);
}
});