This commit is contained in:
2026-03-15 02:13:45 +09:00
parent f8e4da6fcb
commit c24ffad7dd
10 changed files with 269 additions and 74 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
module TagRepr
BASE = { only: [:id, :category, :post_count], methods: [:name, :has_wiki] }.freeze
BASE = { only: [:id, :category, :post_count, :created_at, :updated_at],
methods: [:name, :has_wiki] }.freeze
module_function