Class: NPlusInsight::DetectionsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- NPlusInsight::DetectionsController
- Defined in:
- app/controllers/n_plus_insight/detections_controller.rb
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
12 13 14 15 |
# File 'app/controllers/n_plus_insight/detections_controller.rb', line 12 def clear Store.clear redirect_to root_path, status: :see_other, notice: "Stored detections cleared." end |