Nuevo plugin Additionals 2.0.20
This commit is contained in:
parent
a2a901b71b
commit
93e1e28683
354 changed files with 40514 additions and 0 deletions
11
plugins/additionals/config/routes.rb
Executable file
11
plugins/additionals/config/routes.rb
Executable file
|
@ -0,0 +1,11 @@
|
|||
# Plugin's routes
|
||||
# See: http://guides.rubyonrails.org/routing.html
|
||||
|
||||
# Don't create routes for repositories resources with only: []
|
||||
# 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'
|
||||
end
|
||||
|
||||
resource :additionals_macros, only: :show, path: '/help/macros'
|
Loading…
Add table
Add a link
Reference in a new issue