Class: RailsMemoryProfiler::StoreController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/rails_memory_profiler/store_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



3
4
5
6
# File 'app/controllers/rails_memory_profiler/store_controller.rb', line 3

def destroy
  ReportStore.clear
  redirect_to reports_path
end