diff --git a/modules/veteran/app/models/veteran/service/representative.rb b/modules/veteran/app/models/veteran/service/representative.rb index eb286302e7d..ff777fef6d4 100644 --- a/modules/veteran/app/models/veteran/service/representative.rb +++ b/modules/veteran/app/models/veteran/service/representative.rb @@ -8,8 +8,6 @@ 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']) }