export default Discourse.Route.extend({
activate() {
this.controllerFor("admin-dashboard-general").fetchDashboard();
}
});