Class: SolidApm::SpansController

Inherits:
ApplicationController show all
Defined in:
app/controllers/solid_apm/spans_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/solid_apm/spans_controller.rb', line 5

def show
  @span = SolidApm::Span.find_by!(uuid: params[:uuid])
end