9 Zeilen
212 B
Text
9 Zeilen
212 B
Text
|
import IndexRoute from 'wizard/routes/index';
|
||
|
|
||
|
export default IndexRoute.extend({
|
||
|
beforeModel() {
|
||
|
const appModel = this.modelFor('application');
|
||
|
this.replaceWith('custom.step', appModel.start);
|
||
|
}
|
||
|
});
|