aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorcedricnjanga2018-03-04 19:32:18 -0800
committercedricnjanga2018-03-04 19:32:18 -0800
commit9e35385705733e38962b14070ab48eb02b538b18 (patch)
treea822bc99770ab8d563f8d04047bc497a41cf6333 /app
parent100b2483196f5f7930e440bc2155389852099cbf (diff)
downloadchouette-core-9e35385705733e38962b14070ab48eb02b538b18.tar.bz2
Refs #3562 Small change in controller to match routes
Diffstat (limited to 'app')
-rw-r--r--app/controllers/workbenches_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/workbenches_controller.rb b/app/controllers/workbenches_controller.rb
index 126c27eb4..35438eaaf 100644
--- a/app/controllers/workbenches_controller.rb
+++ b/app/controllers/workbenches_controller.rb
@@ -6,7 +6,7 @@ class WorkbenchesController < ChouetteController
include PolicyChecker
- respond_to :html
+ respond_to :html, except: :destroy
def index
redirect_to dashboard_path