Method: ActiveStix::ReportsController#destroy
- Defined in:
- app/controllers/active_stix/reports_controller.rb
#destroy ⇒ Object
DELETE /reports/1
46 47 48 49 |
# File 'app/controllers/active_stix/reports_controller.rb', line 46 def destroy @report.destroy redirect_to reports_url, notice: 'Report was successfully destroyed.' end |