Class: BetterRailsDebugger::MemoryController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- BetterRailsDebugger::MemoryController
- Defined in:
- app/controllers/better_rails_debugger/memory_controller.rb
Instance Method Summary collapse
Instance Method Details
#analize ⇒ Object
13 14 |
# File 'app/controllers/better_rails_debugger/memory_controller.rb', line 13 def analize end |
#index ⇒ Object
6 7 8 |
# File 'app/controllers/better_rails_debugger/memory_controller.rb', line 6 def index @requests = MemoryRequestStatus.order(created_at: 'desc').limit(20).paginate(page: (params[:page] || 1), per_page: 5) end |
#show ⇒ Object
10 11 |
# File 'app/controllers/better_rails_debugger/memory_controller.rb', line 10 def show end |