custom-steps.js.es6 98 B

12345
  1. export default Ember.Route.extend({
  2. redirect() {
  3. this.transitionTo('custom.index');
  4. }
  5. });