feat: “ニジラー情報不詳” タグの自動付与(#106) #196

マージ済み
みてるぞ が 9 個のコミットを '#106' から main へマージ 2026-03-07 13:58:44 +09:00
コミット a59ec2b417 の変更だけを表示してゐます - すべてのコミットを表示
+1 -1
ファイルの表示
@@ -74,7 +74,7 @@ class Tag < ApplicationRecord
end end
end end
tags << Tag.tagme if with_tagme && tags.size < 10 && tags.none?(Tag.tagme) tags << Tag.tagme if with_tagme && tags.size < 10 && tags.none?(Tag.tagme)
tags << Tag.no_deerjikist if tags.all? { |t| t.category != 'deerjika' } tags << Tag.no_deerjikist if tags.all? { |t| t.category != 'deerjikist' }
tags.uniq tags.uniq
end end