From f4d4bd84232ff24fae7aa35b845c1213edbb3690 Mon Sep 17 00:00:00 2001 From: Toru Takahashi Date: Sun, 6 May 2018 16:46:52 +0900 Subject: [PATCH] [phase-5]modified routing to add category resource --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 6b54e98..7f8569f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,4 +3,5 @@ Rails.application.routes.draw do resources :glossary_terms + resources :glossary_categories end