diff options
| author | mo <mokha@cisco.com> | 2017-09-02 10:35:30 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-09-02 10:35:30 -0600 |
| commit | 9d2cadab1f5c7f8a5d0ab1f690c0d459172ea663 (patch) | |
| tree | ad0d9912b3e599f46d0efb8fadd71665521e3b67 /config | |
| parent | e4b2373b172d49afce8045d664080735b0ff9fb1 (diff) | |
remove tutorial tags index page.
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index b9420cf3..61f597a3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,7 +9,7 @@ Cake::Application.routes.draw do resources :tutorials, only: [:index, :show] do get 'page/:page', action: :index, on: :collection end - resources :tutorial_tags, only: [:index, :show], path: :tt do + resources :tutorial_tags, only: [:show], path: :tt do member do get 'page/:page', action: :show end |
