Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import Route from "@ember/routing/route";
export default Route.extend({
beforeModel() {
const appModel = this.modelFor("application");
this.replaceWith("step", appModel.start);
},
});