このコミットが含まれているのは:
@@ -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)
|
||||
|
||||
|
||||
新しい課題から参照
ユーザをブロックする