This website works better with JavaScript
Почетна
Преглед
Помоћ
Пријавите се
thisnthat
/
discourse-custom-wizard
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Дрво:
d837a7c9bc
Гране
Ознаке
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Историја
Датотека
1
2
3
4
5
export
default
Discourse
.Route
.extend
({
redirect
() {
this
.transitionTo
(
'adminWizardsCustom'
);
}
});