From cae5c9b8840544cf63ce95ea8163a666500d6ba8 Mon Sep 17 00:00:00 2001 From: stevenjcumming <134282106+stevenjcumming@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:50:26 -0400 Subject: [PATCH] remove ignore_columns --- modules/veteran/app/models/veteran/service/representative.rb | 2 -- 1 file changed, 2 deletions(-) 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']) }