add missing ShowInterfacesRoute

This commit is contained in:
Seven Du 2013-06-04 09:37:19 +08:00
parent 9252f7ab2f
commit 15a30c7f45
1 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,12 @@ App.ShowChatsRoute = Ember.Route.extend({
}
});
App.ShowInterfacesRoute = Ember.Route.extend({
setupController: function(controller) {
App.showInterfacesController.load();
}
});
App.ShowTasksRoute = Ember.Route.extend({
setupController: function(controller) {
App.showTasksController.load();