discourse/app/assets/javascripts/admin/routes/admin-watched-words-index.j...

9 lines
181 B
Plaintext
Raw Normal View History

export default Discourse.Route.extend({
beforeModel() {
2018-06-15 11:03:24 -04:00
this.replaceWith(
"adminWatchedWords.action",
this.modelFor("adminWatchedWords")[0].nameKey
);
}
});