Class: Applicants::ApplicantNudger

Inherits:
Object
  • Object
show all
Defined in:
app/lib/applicants/applicant_nudger.rb

Class Method Summary collapse

Class Method Details

.nudgeObject



3
4
5
# File 'app/lib/applicants/applicant_nudger.rb', line 3

def self.nudge
  Applicants::Applicant.needs_reminder.map(&:send_reminder)
end