From ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 10:31:33 -0400 Subject: Blogs list is now main page (with pagination) --- config/routes.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') 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 passwords: 'users/passwords' } - root "records#index" + root "blogs#index" + get 'says', to: 'blogs#index' get 'says/:slug', to: 'blogs#show', as: :blog get 'thinks/:slug', to: 'streams#show', as: :stream -- cgit 1.4.1