質問編集履歴
1
エラー内容の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,6 +18,10 @@
|
|
18
18
|
|
19
19
|
wrong number of arguments (given 3, expected 2; required keyword: object)
|
20
20
|
|
21
|
+
|
22
|
+
|
23
|
+
<%= f.attachment_field :image, class: "input" %>
|
24
|
+
|
21
25
|
```
|
22
26
|
|
23
27
|
### 該当のソースコード
|