質問編集履歴

1

エラー文の記載を追加しました

2019/11/28 08:05

投稿

nasuk47
nasuk47

スコア311

test CHANGED
File without changes
test CHANGED
@@ -188,4 +188,14 @@
188
188
 
189
189
  member_pathの方に(@member)を付けると別のエラーが出る。
190
190
 
191
+ ### エラー文
192
+
193
+ ActionController::UrlGenerationError in Users#show
194
+
195
+ /app/views/users/show.html.erb where line #10 raised:
196
+
197
+ No route matches {:action=>"show", :controller=>"members", :id=>nil}, missing required keys: [:id]
198
+
199
+
200
+
191
201
  idは取得できていると思うので@member = Member.find(params[:id])の書き方が間違っているのかと思うが正しい書き方がわからない。