This website works better with JavaScript
Начало
Каталог
Помощ
Вход
thisnthat
/
discourse-custom-wizard
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
d0cfbdbfe6
Клонове
Маркери
custom
master
discourse-cu...
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
История
Директен файл
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});