タグの合併処理追加(#282) #284

マージ済み
みてるぞ が 6 個のコミットを feature/282 から main へマージ 2026-03-08 15:46:06 +09:00
コミット 6ef7310c2d の変更だけを表示してゐます - すべてのコミットを表示
+1 -1
ファイルの表示
@@ -165,7 +165,7 @@ class Tag < ApplicationRecord
tag_name.update!(canonical: target_tag.tag_name)
end
# 再集計
# 投稿件数を再集計
target_tag.update_columns(post_count: PostTag.kept.where(tag: target_tag).count)
end