diff options
| -rw-r--r-- | app/controllers/workbenches_controller.rb | 3 | 
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 | 
