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 1003a8b..1216b85 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -15,4 +15,6 @@ Rails.application.routes.draw do | |||
15 | root "records#index" | 15 | root "records#index" |
16 | 16 | ||
17 | get 'says/:slug', to: 'entries#show' | 17 | get 'says/:slug', to: 'entries#show' |
18 | |||
19 | mount Pokeviewer::Engine => '/poke3' | ||
18 | end | 20 | end |