summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index a7e0bdc56..61a580097 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -289,7 +289,7 @@ RedmineApp::Application.routes.draw do
end
end
resources :custom_fields, :except => :show
- resources :roles, :except => :show do
+ resources :roles do
collection do
match 'permissions', :via => [:get, :post]
end