このコミットが含まれているのは:
2026-04-29 05:19:46 +09:00
コミット a7020fb129
6個のファイルの変更66行の追加10行の削除
+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] }.freeze
module_function