diff --git a/modules/veteran/app/models/veteran/service/representative.rb b/modules/veteran/app/models/veteran/service/representative.rb index ff777fef6d4..eb286302e7d 100644 --- a/modules/veteran/app/models/veteran/service/representative.rb +++ b/modules/veteran/app/models/veteran/service/representative.rb @@ -8,6 +8,8 @@ module Service class Representative < ApplicationRecord BASE_URL = 'https://www.va.gov/ogc/apps/accreditation/' + self.ignored_columns += %w[dob_ciphertext encrypted_kms_key ssn_ciphertext] + self.primary_key = :representative_id scope :attorneys, -> { where(user_types: ['attorney']) }