Class: JobState::JobStatesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/job_state/job_states_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
12
13
14
# File 'app/controllers/job_state/job_states_controller.rb', line 8

def show
  respond_to do |format|
    format.json do
      render json: @job_state.full_info
    end
  end
end