Skip to content

Commit

Permalink
Update app/models/participant_profile/ect.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Laing <[email protected]>
  • Loading branch information
ltello and steventux authored May 23, 2024
1 parent b48d134 commit 64f42be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/participant_profile/ect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def self.archivable(for_cohort_start_year:, restrict_to_participant_ids: [])
.where("induction_start_date IS NULL OR induction_start_date < ?", latest_induction_start_date)
end

def completed_training?
alias_method :completed_training?, :completed_induction?
completed_induction?
end

Expand Down

0 comments on commit 64f42be

Please sign in to comment.