parent
8577c38a9f
commit
0c8fc4db6c
4 changed files with 23 additions and 0 deletions
|
@ -9,4 +9,11 @@ export default Ember.Route.extend(AuthenticatedRouteMixin, {
|
|||
return this.store.find('user', user.sub);
|
||||
},
|
||||
|
||||
actions: {
|
||||
error: function() {
|
||||
this.transitionTo('/not-found');
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
});
|
||||
|
|
Reference in a new issue