Module: Mandate

Defined in:
lib/mandate-rails/active_job_queuer.rb

Defined Under Namespace

Modules: ActiveJobQueuer

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



37
38
39
40
41
42
43
44
45
# File 'lib/mandate-rails/active_job_queuer.rb', line 37

def self.included(base)
  # Upstream
  base.extend(Memoize)
  base.extend(CallInjector)
  base.extend(InitializerInjector)

  # New
  base.extend(ActiveJobQueuer)
end