Method: SimpleApm::ApmController#show

Defined in:
app/controllers/simple_apm/apm_controller.rb

#showObject



37
38
39
# File 'app/controllers/simple_apm/apm_controller.rb', line 37

def show
  @request = SimpleApm::Request.find(params[:id])
end