Class: ActiveJob::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/active_job/queue_adapters/faktory_adapter.rb

Class Method Summary collapse

Class Method Details

.faktory_options(hsh) ⇒ Object



57
58
59
# File 'lib/active_job/queue_adapters/faktory_adapter.rb', line 57

def self.faktory_options(hsh)
  self.faktory_options_hash = self.faktory_options_hash.stringify_keys.merge(hsh.stringify_keys)
end