Class: Zaikio::Loom::FireEventJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/zaikio/loom/fire_event_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(event) ⇒ Object



4
5
6
# File 'app/jobs/zaikio/loom/fire_event_job.rb', line 4

def perform(event)
  event.fire
end