diff options
Diffstat (limited to 'config')
-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 c911744..3bbb92b 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -1,4 +1,6 @@ | |||
1 | Pokeviewer::Engine.routes.draw do | 1 | Pokeviewer::Engine.routes.draw do |
2 | post '/', to: 'uploader#submit' | 2 | post '/', to: 'uploader#submit' |
3 | 3 | ||
4 | resources :pokemon, only: [:index, :show] | ||
5 | |||
4 | end | 6 | end |