custom-index.js.es6 212 B

12345678
  1. import IndexRoute from 'wizard/routes/index';
  2. export default IndexRoute.extend({
  3. beforeModel() {
  4. const appModel = this.modelFor('application');
  5. this.replaceWith('custom.step', appModel.start);
  6. }
  7. });