Files
redmine/config/routes.rb
Alexander Meindl b1a527fc52 Cleanup routings
2018-01-28 11:47:25 +01:00

7 lines
149 B
Ruby

# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
resources :projects do
resource :messenger_setting, only: %i[show update]
end