このコミットが含まれているのは:
2025-11-26 23:44:51 +09:00
コミット 129da38803
4個のファイルの変更33行の追加8行の削除
-1
ファイルの表示
@@ -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