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