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.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index ac5b84d..2d0a4ec 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -26,5 +26,11 @@ Rails.application.routes.draw do
26 26
27 get 'thinks/:slug', to: 'streams#show', as: :stream 27 get 'thinks/:slug', to: 'streams#show', as: :stream
28 28
29 resources :tags, only: [], param: :name do
30 collection do
31 get 'suggest'
32 end
33 end
34
29 mount Pokeviewer::Engine => '/poke3' 35 mount Pokeviewer::Engine => '/poke3'
30end 36end