Merge branch 'main' into feature/184

This commit is contained in:
2026-01-07 03:25:55 +09:00
2 changed files with 32 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
class TagSimilarity < ApplicationRecord
belongs_to :tag, class_name: 'Tag', foreign_key: 'tag_id'
belongs_to :target_tag, class_name: 'Tag', foreign_key: 'target_tag_id'
end