redmine_glossary/config/routes.rb

7 lines
172 B
Ruby
Raw Normal View History

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