comment update

This commit is contained in:
Alexander Meindl 2018-02-17 16:14:19 +01:00
parent 8392f28a44
commit 23ac4bf363

View File

@ -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'