diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/workbenches_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/workbenches_controller.rb b/app/controllers/workbenches_controller.rb index 1626ae039..8987c7b01 100644 --- a/app/controllers/workbenches_controller.rb +++ b/app/controllers/workbenches_controller.rb @@ -15,6 +15,11 @@ class WorkbenchesController < BreadcrumbController end end + def delete_referentials + ap params + ap '-----------------' + end + private def sort_column Workbench.find(params[:id]).referentials.include?(params[:sort]) ? params[:sort] : 'name' |
