redmine_glossary/config/routes.rb

7 lines
157 B
Ruby
Raw Normal View History

# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
Rails.application.routes.draw do
2018-05-04 02:40:20 +02:00
resources :glossary_terms, only: [:index, :show]
end