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