This commit is contained in:
2026-01-27 00:42:30 +09:00
parent 7acdc16c75
commit 0636eb855e
3 changed files with 51 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
class UserIp < ApplicationRecord
self.primary_key = :user_id, :ip_address_id
belongs_to :user
belongs_to :ip_address