diff options
| author | Alban Peignier | 2017-12-20 22:48:28 +0100 |
|---|---|---|
| committer | Alban Peignier | 2017-12-20 22:48:28 +0100 |
| commit | e0cdfc6c4af6de03123faeffc5f79df68c8e42b8 (patch) | |
| tree | 9868fde4f532dae48e540fb960d0082287f7c08f | |
| parent | b012deb3ec8626d2d114dd725cfaeed363e08e25 (diff) | |
| download | chouette-core-e0cdfc6c4af6de03123faeffc5f79df68c8e42b8.tar.bz2 | |
Remove nice miss commit in WorkbenchesController. Refs #5339
| -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 |
