回答編集履歴

1

typo

2018/09/28 00:32

投稿

Ighrs
Ighrs

スコア656

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  class Test1 < ApplicationRecord
36
36
 
37
- validates :XXXXX_id, share_groupd: true
37
+ validates :XXXXX_id, share_grouped: true
38
38
 
39
39
  end
40
40
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  class Test2 < ApplicationRecord
44
44
 
45
- validates :YYYYY_id, share_groupd: true
45
+ validates :YYYYY_id, share_grouped: true
46
46
 
47
47
  end
48
48