Class: Effective::NotificationJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- Effective::NotificationJob
- Defined in:
- app/jobs/effective/notification_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(id, force:) ⇒ Object
4 5 6 |
# File 'app/jobs/effective/notification_job.rb', line 4 def perform(id, force:) Notification.find(id).notify!(force: force) end |