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