Class: CodeSunset::PersistEventJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/code_sunset/persist_event_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(payload) ⇒ Object



5
6
7
# File 'app/jobs/code_sunset/persist_event_job.rb', line 5

def perform(payload)
  CodeSunset::Event.create_from_payload(payload)
end