Class: DiscoApp::Flow::CreateTrigger

Inherits:
Object
  • Object
show all
Includes:
Interactor
Defined in:
app/services/disco_app/flow/create_trigger.rb

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
15
# File 'app/services/disco_app/flow/create_trigger.rb', line 12

def call
  create_trigger
  enqueue_process_trigger_job
end