redmine_glossary/config/routes.rb

7 lines
150 B
Ruby
Raw Normal View History

# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
Rails.application.routes.draw do
resources :glossary_terms, only: [:index]
end