# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html

Rails.application.routes.draw do
  resources :glossary_terms, only: [:index, :show, :new, :create]
end
