このコミットが含まれているのは:
2026-06-07 00:05:18 +09:00
コミット 364d154b6a
8個のファイルの変更482行の追加283行の削除
+3
ファイルの表示
@@ -9,6 +9,9 @@ class TheatreProgrammesController < ApplicationController
programmes = TheatreProgramme
.where(theatre_id: params[:theatre_id])
.where('position > ?', position_gt)
.includes(post: [:uploaded_user, :parents, :children,
{ thumbnail_attachment: :blob },
{ tags: [:deerjikists, :materials, { tag_name: :wiki_page }] }])
.order(position: :desc).limit(100)
.limit(limit)