Skip to content

Commit

Permalink
Remove npq_course_id as ignored column from ParticipantProfile
Browse files Browse the repository at this point in the history
Now that we have dropped this column we can stop ignoring it.
  • Loading branch information
ethax-ross committed Jan 31, 2025
1 parent 89f531f commit 13d66c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/participant_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
class ParticipantProfile < ApplicationRecord
has_paper_trail

self.ignored_columns = %w[npq_course_id]

attr_reader :participant_type

class_attribute :validation_steps
Expand Down

0 comments on commit 13d66c1

Please sign in to comment.