Class: Effective::NotificationJob

Inherits:
ApplicationJob
  • Object
show all
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