質問編集履歴

1

コードの追加

2020/11/20 03:30

投稿

toratail
toratail

スコア12

test CHANGED
File without changes
test CHANGED
@@ -217,3 +217,37 @@
217
217
 
218
218
 
219
219
  アドバイスございましたらよろしくお願いいたします。
220
+
221
+
222
+
223
+ 追記
224
+
225
+ ```
226
+
227
+ home.id
228
+
229
+ ```
230
+
231
+
232
+
233
+ ```
234
+
235
+ @home.id
236
+
237
+ ```
238
+
239
+ で書き換えたところ、
240
+
241
+ ```
242
+
243
+ NoMethodError in Homes#index
244
+
245
+ Showing /Users/taigasoma/projects/meiwa/app/views/homes/index.html.erb where line #6 raised:
246
+
247
+
248
+
249
+ undefined method `id' for nil:NilClass
250
+
251
+ ```
252
+
253
+ こちらのエラーが発生しました。