Skip to content

Commit

Permalink
remove missed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-coggin committed Sep 5, 2023
1 parent ac451d1 commit 817fd7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def self.dashboard_headers
scope :with_assessments, -> { joins(:user_assessments) }
scope :with_passing_assessments, -> { with_assessments.merge(UserAssessment.passes) }

# Worth reverting to composing in Job? (at class level where they are now accessible for export)
scope :start_training_mail_job_recipients, -> { order(:id).training_email_recipients.month_old_confirmation.registration_complete.not_started_training }
scope :complete_registration_mail_job_recipients, -> { order(:id).training_email_recipients.month_old_confirmation.registration_incomplete }
scope :continue_training_mail_job_recipients, -> { order(:id).training_email_recipients.select(&:continue_training_recipient?) }
Expand Down

0 comments on commit 817fd7f

Please sign in to comment.