Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import DiscourseRoute from "discourse/routes/discourse";
export default DiscourseRoute.extend({
activate() {
this.controllerFor("admin-dashboard-general").fetchDashboard();
},
});