aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorXinhui2017-11-17 12:07:58 +0100
committerXinhui2017-11-17 12:09:42 +0100
commit1261698d213964a3391fe1880198da00e7ac9831 (patch)
treebae0b1a874a47fc36106dc5c33e66e9af182b503 /config/routes.rb
parentf677c08029ccb3b910ab6a2401fa56ccacb2b4d9 (diff)
parent219af774c2d589446133bda55aa0f001d6526181 (diff)
downloadchouette-core-1261698d213964a3391fe1880198da00e7ac9831.tar.bz2
Merge branch '4516_cleanup_rule_parameter_set'
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 27db66c2c..8221dfe1a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -71,7 +71,6 @@ ChouetteIhm::Application.routes.draw do
resource :organisation, :only => [:show, :edit, :update] do
resources :users
- resources :rule_parameter_sets
end
resources :api_keys, :only => [:edit, :update, :new, :create, :destroy]