このコミットが含まれているのは:
2025-10-11 18:18:27 +09:00
コミット 221d816c16
3個のファイルの変更4行の追加3行の削除
+1 -1
ファイルの表示
@@ -57,7 +57,7 @@ class Tag < ApplicationRecord
end
end
end
tags << Tag.tagme if with_tagme && tags.size < 20 && tags.none?(Tag.tagme)
tags << Tag.tagme if with_tagme && tags.size < 10 && tags.none?(Tag.tagme)
tags.uniq
end