Class: RailsLiveDashboard::CleanController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RailsLiveDashboard::CleanController
- Defined in:
- app/controllers/rails_live_dashboard/clean_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
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 |