return this.store
        .findRecord('ror', id)
        .then(function () {
          return true;
        })