Class: RailsLiveDashboard::CleanController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rails_live_dashboard/clean_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



3
4
5
6
7
# File 'app/controllers/rails_live_dashboard/clean_controller.rb', line 3

def destroy
  Entry.delete_all

  redirect_back fallback_location: dashboard_path, status: :see_other
end