Class: RailsMemoryProfiler::StoreController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- RailsMemoryProfiler::StoreController
- Defined in:
- app/controllers/rails_memory_profiler/store_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
3 4 5 6 |
# File 'app/controllers/rails_memory_profiler/store_controller.rb', line 3 def destroy ReportStore.clear redirect_to reports_path end |