質問編集履歴

2

文法の修正

2018/05/08 13:05

投稿

juriparu0411
juriparu0411

スコア14

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,26 @@
23
23
  slim 3.0.9
24
24
 
25
25
  ransack 1.8.8
26
+
27
+
28
+
29
+ 試したこと
30
+
31
+ \config\application.rb に 「config.generators.template_engine = :slim」を
32
+
33
+ 追加しましたが、状況は変わりませんでした。
34
+
35
+
36
+
37
+ また、ラジオボタンに変更したところ、条件選択がされました。
38
+
39
+
40
+
41
+ ```HTML
42
+
43
+ = f.collection_radio_buttons :subjects_id_eq, @subjects, :id, :name
44
+
45
+ ```
26
46
 
27
47
 
28
48
 

1

誤字の修正

2018/05/08 13:05

投稿

juriparu0411
juriparu0411

スコア14

test CHANGED
@@ -1 +1 @@
1
- rails ransack collection_check_boxes の Unpermitted parameter を 解決したい
1
+ rails collection_check_boxes の Unpermitted parameter を したい
test CHANGED
File without changes