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

This commit is contained in:
2026-05-03 03:32:55 +09:00
20 changed files with 779 additions and 109 deletions
+2 -1
View File
@@ -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