aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Peignier2017-12-20 22:48:28 +0100
committerAlban Peignier2017-12-20 22:48:28 +0100
commite0cdfc6c4af6de03123faeffc5f79df68c8e42b8 (patch)
tree9868fde4f532dae48e540fb960d0082287f7c08f
parentb012deb3ec8626d2d114dd725cfaeed363e08e25 (diff)
downloadchouette-core-e0cdfc6c4af6de03123faeffc5f79df68c8e42b8.tar.bz2
Remove nice miss commit in WorkbenchesController. Refs #5339
-rw-r--r--app/controllers/workbenches_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/workbenches_controller.rb b/app/controllers/workbenches_controller.rb
index 4da95df7a..b2dac9e67 100644
--- a/app/controllers/workbenches_controller.rb
+++ b/app/controllers/workbenches_controller.rb
@@ -5,9 +5,6 @@ class WorkbenchesController < ChouetteController
defaults resource_class: Workbench
respond_to :html, only: [:show, :index]
- include FeatureChecker
- requires_feature :test, only: :index
-
def index
redirect_to dashboard_path
end