Skip to content

Commit

Permalink
Merge pull request #5506 from DFE-Digital/4011-remove-ignored-column-…
Browse files Browse the repository at this point in the history
…npq-course-id

Remove npq_course_id as ignored column from ParticipantProfile
  • Loading branch information
ethax-ross authored Jan 31, 2025
2 parents 89f531f + 13d66c1 commit a4ebd4d
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 a4ebd4d

Please sign in to comment.