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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 9e62ebb..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'