質問編集履歴

1

質問内容の修正

2019/03/01 10:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  ```
16
16
 
17
- f.checkbox :gender, {multiple:true}, 'male', nil
17
+ f.checkbox :gender_form, {multiple:true}, 'male', nil
18
18
 
19
- f.checkbox :gender, {multiple:true}, 'female', nil
19
+ f.checkbox :gender_form, {multiple:true}, 'female', nil
20
20
 
21
21
  ```
22
22