質問編集履歴

2

タイトル変更しました

2020/10/28 18:26

投稿

Arale...3
Arale...3

スコア9

test CHANGED
@@ -1 +1 @@
1
- 商品出品機能で画像が表示されず、データベースに itemテーブルのカラムが保存されない
1
+ 商品出品機能で画像が表示されない
test CHANGED
File without changes

1

エラー文記載しました

2020/10/28 18:26

投稿

Arale...3
Arale...3

スコア9

test CHANGED
File without changes
test CHANGED
@@ -426,42 +426,10 @@
426
426
 
427
427
  ```
428
428
 
429
- ```
429
+
430
-
431
- エラー文
430
+
432
-
431
+
432
+
433
- NoMethodError in ItemsController#create
433
+ ![イメージ説明](c8af2c2cc7aa7c83a072a76fafa7b72e.png)
434
-
435
- undefined method `image ' for #<Item:0x00007fad6fc575f0> Did you mean? image image=
436
-
437
- Extracted source (around line #13):
438
-
439
- 11
440
-
441
- 12
442
-
443
- 13
444
-
445
- 14
446
-
447
- 15
448
-
449
- 16
450
-
451
-
452
-
453
- def create
454
-
455
- @item = Item.new(item_params)
456
-
457
- if @item.save
458
-
459
- redirect_to root_path
460
-
461
- else
462
-
463
- render :new
464
-
465
- ```
466
434
 
467
435
  ご教授よろしくお願いします。