From 23ac4bf36308a7c3ae26bdfad6ca8076535a347c Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Sat, 17 Feb 2018 16:14:19 +0100 Subject: [PATCH] comment update --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 2fd63983..f7b7b9bb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,7 +2,7 @@ # See: http://guides.rubyonrails.org/routing.html # Don't create routes for repositories resources with only: [] -# to not override Redmine's routes. +# do not override Redmine's routes. resources :issues, only: [] do resource 'assign_to_me', only: %i[update], controller: 'additionals_assign_to_me' resource 'change_status', only: %i[update], controller: 'additionals_change_status'