From 37e9dff3bb4c472e583491cb34c36900b39b891d 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:09:09 +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 e5a0247..68a1b23 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 'shops/index/(:page)', to: 'shops#index', as: 'shops_index' + get "shops/index/(:page)", to: 'shops#index', as: 'shops_index' end end