質問編集履歴
1
エラーメッセージをコピーして追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -295,3 +295,49 @@
|
|
295
295
|
end
|
296
296
|
|
297
297
|
```
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
追記
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
エラーメッセージをほぼ完コピしました。
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
```
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
Errno::ENOENT in Shops#index
|
314
|
+
|
315
|
+
Showing /Users/tomohirotakahashi/Dropbox/id_generator/app/views/shops/index.html.erb where line #20 raised:
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
No such file or directory - 913101
|
320
|
+
|
321
|
+
Extracted source (around line #20):
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
18 <h3 class = 'shop_name'><%= shop.shop_name%></h3>
|
326
|
+
|
327
|
+
19 <h3 class = 'shop_genre'><%= shop.genre.genre%></h3>
|
328
|
+
|
329
|
+
20 <h3 class = 'shop_number'><%= `#{shop.genre.id}#{shop.prefecture.pref_id}#{shop.area.id}#{shop.id}`%></h3>
|
330
|
+
|
331
|
+
21
|
332
|
+
|
333
|
+
22 </div>
|
334
|
+
|
335
|
+
23 </div>
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
Rails.root: /Users/ユーザー名(個人情報のため隠しています)/Dropbox/id_generator
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
```
|