From b80e3a3ef2aeef06b8d8c8946fa1657c9e1e36b1 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:05:27 +0000 Subject: [PATCH] feat: Updated config/routes.rb --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 40784b3..e5a0247 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,7 +18,7 @@ resources :summarys, only: [] do collection do get :monthly, to: "summarys/monthly#index" - get :shop, to: "summarys/shop#index" + get 'shops/index/(:page)', to: 'shops#index', as: 'shops_index' end end