This commit is contained in:
2026-05-01 04:43:30 +09:00
parent a7020fb129
commit fa8eb66535
9 changed files with 128 additions and 24 deletions
+1 -1
View File
@@ -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