FIX: Admin section wasn't correctly highlighting some routes

This commit is contained in:
Robin Ward
2015-11-20 15:07:04 -05:00
parent e82145cbf9
commit 1bf2b236cb
5 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
export default Ember.Route.extend({
beforeModel() {
this.replaceWith('adminCustomize.colors');
this.transitionTo('adminCustomize.colors');
}
});