Files
redmine/config/routes.rb
Alexander Meindl 0b91d86290 routes cleanup
2018-02-17 16:16:21 +01:00

9 lines
258 B
Ruby

# 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 :projects, only: [] do
resource :messenger_setting, only: %i[show update]
end