feat: タグ希望タグを新規時のみにする(#128) (#145)

#128 完了

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: #145
このコミットはPull リクエスト #145 でマージされました.
このコミットが含まれているのは:
2025-11-26 22:33:50 +09:00
コミット 5cc47e42e1
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