Class: QueJob

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/que_job.rb

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
7
# File 'lib/que_job.rb', line 4

def run
  job_class.constantize.new(attributes.with_indifferent_access)._run
  destroy
end