This commit is contained in:
2026-04-29 05:19:46 +09:00
parent 1d1787312f
commit a7020fb129
6 changed files with 66 additions and 10 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] }.freeze
module_function