質問編集履歴

1

コード修正

2020/07/02 04:37

投稿

yuki-natori
yuki-natori

スコア7

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- ![イメージ説明](a6dc86a913bb8448b1fb126889decc7c.png)
15
+ ![イメージ説明](e99627d76779446c9299cf5dad88eea8.png)
16
-
17
-
18
16
 
19
17
  ### 該当のソースコード
20
18
 
@@ -82,7 +80,7 @@
82
80
 
83
81
  )
84
82
 
85
- @item.update_attribute(status: 1, buyer_id: current_user.id)
83
+ @item.update_attribute(buyer_id: current_user.id)
86
84
 
87
85
  redirect_to action: 'done' #完了画面に移動
88
86
 
@@ -160,7 +158,7 @@
160
158
 
161
159
  ```
162
160
 
163
- @item.update_attribute(status: 1, buyer_id: current_user.id)
161
+ @item.update_attribute(buyer_id: current_user.id)
164
162
 
165
163
  ```
166
164