Class: EventTimeline::SessionsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/event_timeline/sessions_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
# File 'app/controllers/event_timeline/sessions_controller.rb', line 5

def show
  @correlation_id = params[:id]
  @events = Session.by_correlation(@correlation_id)
end