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