質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -79,3 +79,23 @@
|
|
79
79
|
|
80
80
|
|
81
81
|
MySQLです。
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
追記
|
86
|
+
|
87
|
+
アホしてる
|
88
|
+
|
89
|
+
```
|
90
|
+
|
91
|
+
class UserOptionUser < ApplicationRecord
|
92
|
+
|
93
|
+
belongs_to :user
|
94
|
+
|
95
|
+
belongs_to :user_option
|
96
|
+
|
97
|
+
end
|
98
|
+
|
99
|
+
```
|
100
|
+
|
101
|
+
です。
|