Merge remote-tracking branch 'origin/main' into feature/047

このコミットが含まれているのは:
2026-05-03 03:32:55 +09:00
コミット a5ea66d660
20個のファイルの変更779行の追加109行の削除
+2 -1
ファイルの表示
@@ -2,7 +2,8 @@
module PostRepr
BASE = { include: { tags: TagRepr::BASE, uploaded_user: UserRepr::BASE } }.freeze
BASE = { include: { tags: TagRepr::BASE, uploaded_user: UserRepr::BASE },
methods: [:parent_posts, :child_posts, :sibling_posts] }.freeze
module_function