This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
thisnthat
/
discourse-custom-wizard
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
d0cfbdbfe6
ブランチ
タグ
custom
master
discourse-cu...
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
履歴
Raw
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});