diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/routes.rb b/config/routes.rb index f524cf1..d1d1d35 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -24,8 +24,9 @@ Rails.application.routes.draw do | |||
| 24 | passwords: 'users/passwords' | 24 | passwords: 'users/passwords' |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | root "records#index" | 27 | root "blogs#index" |
| 28 | 28 | ||
| 29 | get 'says', to: 'blogs#index' | ||
| 29 | get 'says/:slug', to: 'blogs#show', as: :blog | 30 | get 'says/:slug', to: 'blogs#show', as: :blog |
| 30 | 31 | ||
| 31 | get 'thinks/:slug', to: 'streams#show', as: :stream | 32 | get 'thinks/:slug', to: 'streams#show', as: :stream |
