#29 対応完了

This commit is contained in:
2025-11-26 23:44:51 +09:00
parent 5cc47e42e1
commit 129da38803
4 changed files with 33 additions and 8 deletions
-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