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