diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 438ac39..2d59eea 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -4,4 +4,6 @@ Pokeviewer::Engine.routes.draw do | |||
4 | 4 | ||
5 | resources :pokemon, only: [:show] | 5 | resources :pokemon, only: [:show] |
6 | 6 | ||
7 | resources :pokedex, only: [:index] | ||
8 | |||
7 | end | 9 | end |