diff options
Diffstat (limited to 'app/controllers/workbenches_controller.rb')
| -rw-r--r-- | app/controllers/workbenches_controller.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/app/controllers/workbenches_controller.rb b/app/controllers/workbenches_controller.rb index e271007d6..fb3cce1ad 100644 --- a/app/controllers/workbenches_controller.rb +++ b/app/controllers/workbenches_controller.rb @@ -25,9 +25,7 @@ class WorkbenchesController < BreadcrumbController          current_workbench_id: params[:id]        }      ) -    show! do -      build_breadcrumb :show -    end +    show!    end    def delete_referentials | 
