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



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

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