diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 76378c4..ad66501 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -56,6 +56,7 @@ Rails.application.routes.draw do | |||
56 | end | 56 | end |
57 | end | 57 | end |
58 | 58 | ||
59 | get 'thinks', to: 'streams#index', as: :streams | ||
59 | get 'thinks/:slug', to: 'streams#show', as: :stream | 60 | get 'thinks/:slug', to: 'streams#show', as: :stream |
60 | 61 | ||
61 | get 'plays', to: 'games#index' | 62 | get 'plays', to: 'games#index' |
@@ -74,6 +75,8 @@ Rails.application.routes.draw do | |||
74 | get 'tags' | 75 | get 'tags' |
75 | get 'tags/:id', :action => "tag", :as => "tag" | 76 | get 'tags/:id', :action => "tag", :as => "tag" |
76 | get 'stats' | 77 | get 'stats' |
78 | get 'search_form' | ||
79 | get 'search' | ||
77 | end | 80 | end |
78 | 81 | ||
79 | member do | 82 | member do |