afterModel() {
    if (this.can.cannot('read user', this.modelFor('users/show'))) {
      this.router.transitionTo('index');
    }
  },