このコミットが含まれているのは:
2026-06-18 00:59:48 +09:00
コミット 3f1c6c135b
7個のファイルの変更987行の追加224行の削除
+1 -1
ファイルの表示
@@ -50,7 +50,7 @@ class GekanatorGamesController < ApplicationController
questions,
post_id: game.correct_post_id,
user: current_user,
limit: 2)
limit: 6)
render json: {
questions: selected.map { |question| extra_question_json(question) }