質問編集履歴

1

Modelクラスを具体名に修正

2019/12/13 02:30

投稿

hassan2019
hassan2019

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- Model1Model2はアソシエーションされていて、create!で
1
+ UserSettingはアソシエーションされていて、create!で
2
2
 
3
3
  validates :a_id, uniqueness: { scope: :b_id }
4
4
 
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- Model_1
13
+ UserModel
14
14
 
15
15
  ```Ruby
16
16
 
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- Model_2
33
+ SettingModel
34
34
 
35
35
  ```Ruby
36
36