This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
thisnthat
/
wizard-plugin
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
b78c2f0c0f
Ramas
Etiquetas
base
master
wizard-plugin
/
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');
}
});