Class: Motor::NotifyReminderJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- Motor::NotifyReminderJob
- Defined in:
- app/jobs/motor/notify_reminder_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(reminder) ⇒ Object
5 6 7 |
# File 'app/jobs/motor/notify_reminder_job.rb', line 5 def perform(reminder) Motor::Notes::NotifyReminder.call(reminder) end |