This commit is contained in:
2026-05-04 02:55:36 +09:00
parent dceed1caa1
commit cf7f9621e1
11 changed files with 264 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
module TagRepr
BASE = { only: [:id, :category, :post_count, :created_at, :updated_at],
methods: [:name, :has_wiki, :material_id] }.freeze
methods: [:name, :has_wiki, :material_id, :has_deerjikists] }.freeze
module_function