Class: MissionControl::Jobs::DispatchesController

Inherits:
ApplicationController show all
Includes:
JobScoped
Defined in:
app/controllers/mission_control/jobs/dispatches_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



4
5
6
7
# File 'app/controllers/mission_control/jobs/dispatches_controller.rb', line 4

def create
  @job.dispatch
  redirect_to redirect_location, notice: "Dispatched job with id #{@job.job_id}"
end