about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
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
7end 9end