このコミットが含まれているのは:
2025-12-30 12:36:13 +09:00
コミット a59ec2b417
+1 -1
ファイルの表示
@@ -74,7 +74,7 @@ class Tag < ApplicationRecord
end
end
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
end