このコミットが含まれているのは:
2026-05-01 04:43:30 +09:00
コミット fa8eb66535
9個のファイルの変更128行の追加24行の削除
+1 -1
ファイルの表示
@@ -3,7 +3,7 @@
module PostRepr
BASE = { include: { tags: TagRepr::BASE, uploaded_user: UserRepr::BASE },
methods: [:parent_posts] }.freeze
methods: [:parent_posts, :child_posts, :sibling_posts] }.freeze
module_function