From 13d66c1eceab96ae6125f67307cdfa530309abf7 Mon Sep 17 00:00:00 2001 From: Ross Oliver Date: Fri, 31 Jan 2025 10:10:09 +0000 Subject: [PATCH] Remove `npq_course_id` as ignored column from `ParticipantProfile` Now that we have dropped this column we can stop ignoring it. --- app/models/participant_profile.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/participant_profile.rb b/app/models/participant_profile.rb index c1bb78be4e..fc881ec9f2 100644 --- a/app/models/participant_profile.rb +++ b/app/models/participant_profile.rb @@ -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