about summary refs log tree commit diff stats
path: root/config/routes.rb
blob: 3bbb92b3e2fac9b95af4476465b1687d43af1db7 (plain) (blame)
1
2
3
4
5
6
Pokeviewer::Engine.routes.draw do
  post '/', to: 'uploader#submit'

  resources :pokemon, only: [:index, :show]

end