Merge branch 'main' into feature/184

This commit is contained in:
2025-12-26 00:52:47 +09:00
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ class NicoTagRelation < ApplicationRecord
validates :tag_id, presence: true
validate :nico_tag_must_be_nico
validate :tag_mustnt_be_nico
private