routes cleanup

This commit is contained in:
Alexander Meindl
2018-02-17 16:16:21 +01:00
parent 0dc906e61d
commit 0b91d86290

View File

@@ -1,6 +1,8 @@
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
resources :projects do
# 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