afterModel() {
    if (this.can.cannot('update contact', this.modelFor('contacts/show'))) {
      this.router.transitionTo('index');
    }
  }