aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorXinhui2017-03-01 16:22:06 +0100
committerXinhui2017-03-01 16:22:19 +0100
commitd29bb346b27e25616b68c29119985d9b7ef3cf5b (patch)
treeee05874bf55bc5e8c8f736ac7090abc30fc9a00f /config/routes.rb
parentc1b5903d9cc3143c5d026adf38e3b2d7ddcb125e (diff)
downloadchouette-core-d29bb346b27e25616b68c29119985d9b7ef3cf5b.tar.bz2
Wip route for bulk referential delete
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2a912124d..6e26cbd72 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -2,6 +2,7 @@ require 'sidekiq/web'
ChouetteIhm::Application.routes.draw do
resources :workbenches, :only => [:show] do
+ delete :referentials, on: :member, action: :delete_referentials
resources :imports
end