Merge remote-tracking branch 'origin/main' into feature/064

This commit is contained in:
2025-12-08 12:24:46 +09:00
8 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -65,7 +65,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
-1
View File
@@ -8,7 +8,6 @@ class User < ApplicationRecord
has_many :posts
has_many :settings
has_many :ip_addresses
has_many :user_ips, dependent: :destroy
has_many :ip_addresses, through: :user_ips
has_many :user_post_views, dependent: :destroy