Class: HeapPeriscopeUi::DashboardController

Inherits:
ApplicationController show all
Defined in:
app/controllers/heap_periscope_ui/dashboard_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
8
9
# File 'app/controllers/heap_periscope_ui/dashboard_controller.rb', line 5

def index
  # @reports = ProfilerReport.order(reported_at: :desc)
  #                          .page(params[:page])
  #                          .per(HeapPeriscopeUi.default_items_per_page || 25)
end