diff --git a/config/routes.rb b/config/routes.rb index 68a1b23..c7f26ff 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