Class: Com::ErrJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/com/err_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(err) ⇒ Object


5
6
7
# File 'app/jobs/com/err_job.rb', line 5

def perform(err)
  err.send_message
end