changeLastName: function(defer) {

      this.get('model')
        .validate({ on: ['lastName'] })
        .then(({ validations }) => {