redmine_glossary/config/routes.rb
2020-01-02 19:39:19 +09:00

7 lines
172 B
Ruby

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