質問編集履歴
1
定義追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,3 +31,23 @@
|
|
31
31
|
|
32
32
|
|
33
33
|
恐れ入りますがご教示よろしくお願い致します。
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
```new
|
38
|
+
|
39
|
+
= form_for([@current_eatery, @review], html: { multipart: true }) do |f|^M
|
40
|
+
|
41
|
+
= f.file_field :image_1, multiple: true^M
|
42
|
+
|
43
|
+
```
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
```
|
48
|
+
|
49
|
+
mount_uploaders :image_1, ImagesUploader
|
50
|
+
|
51
|
+
serialize :image_1, JSON
|
52
|
+
|
53
|
+
```
|