discourse/app/assets/javascripts/admin/routes/admin-dashboard-general.js.es6

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
188 B
Plaintext
Raw Normal View History

import DiscourseRoute from "discourse/routes/discourse";
export default DiscourseRoute.extend({
2019-04-01 06:39:49 -04:00
activate() {
this.controllerFor("admin-dashboard-general").fetchDashboard();
}
});