Class: HeapPeriscopeUi::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- HeapPeriscopeUi::DashboardController
- Defined in:
- app/controllers/heap_periscope_ui/dashboard_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |