Skip to content

Commit

Permalink
remove ignore_columns
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjcumming committed Apr 17, 2024
1 parent b7dc53c commit cae5c9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/veteran/app/models/veteran/service/representative.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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']) }
Expand Down

0 comments on commit cae5c9b

Please sign in to comment.