From 6da5ac6f40800c14f8145c63cbc5ff93c7d20422 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:46:01 +0000 Subject: [PATCH] feat: Updated app/controllers/summarys/shop_contro --- app/controllers/summarys/shop_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/summarys/shop_controller.rb b/app/controllers/summarys/shop_controller.rb index 9550ad0..778f59e 100644 --- a/app/controllers/summarys/shop_controller.rb +++ b/app/controllers/summarys/shop_controller.rb @@ -5,6 +5,6 @@ def index @per_page = Summary::Shop::TOP_SHOPS_LIMIT @summaries = Summary::Shop.new(user: current_user, selected_app: @selected_app).summarize(page: @page.to_i, per_page: @per_page.to_i) - render "summarys/index" + render 'summarys/index' end end