Module: Execution

Extended by:
ActiveSupport::Concern
Included in:
Facio::Service
Defined in:
lib/facio/concerns/execution.rb

Instance Method Summary collapse

Instance Method Details

#facio_perform_with_arguments(*args) ⇒ Object

Facio doesn't support arguments in the perform method, that's done with the context object. This is why we override perform here.



6
7
8
# File 'lib/facio/concerns/execution.rb', line 6

def facio_perform_with_arguments(*args)
  facio_perform_without_arguments
end