2019-10-22 21:46:10 +08:00
|
|
|
import DiscourseRoute from "discourse/routes/discourse";
|
|
|
|
|
|
|
|
export default DiscourseRoute.extend({
|
2017-06-29 04:56:44 +08:00
|
|
|
beforeModel() {
|
|
|
|
this.replaceWith(
|
|
|
|
"adminWatchedWords.action",
|
|
|
|
this.modelFor("adminWatchedWords")[0].nameKey
|
|
|
|
);
|
|
|
|
},
|
|
|
|
});
|