This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
thisnthat
/
discourse-custom-wizard
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b6c26b43a7
Ramas
Etiquetas
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Histórico
Raw
1
2
3
4
5
export
default
Discourse
.Route
.extend
({
redirect
() {
this
.transitionTo
(
'adminWizardsCustom'
);
}
});