Merge remote-tracking branch 'origin/main' into feature/047

This commit is contained in:
2026-05-04 16:24:34 +09:00
21 changed files with 774 additions and 128 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