redmine_glossary/config/routes.rb

10 lines
217 B
Ruby
Raw Normal View History

# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
Rails.application.routes.draw do
2018-05-13 00:48:03 +02:00
resources :projects, shallow: true do
resources :glossary_terms
end
resources :glossary_categories
end