質問編集履歴

1

エラーメッセージの記載漏れ

2020/04/16 21:04

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,11 @@
36
36
 
37
37
  ```
38
38
 
39
+ Failure/Error: raise ActionController::RoutingError, "No route matches [#{env['REQUEST_METHOD']}] #{env['PATH_INFO'].inspect}"
40
+
41
+ ActionController::RoutingError:
42
+
39
- No route matches [GET] "/fonts/glyphicons-halflings-regular.woff2"
43
+  No route matches [GET] "/fonts/glyphicons-halflings-regular.woff2"
40
44
 
41
45
  ```
42
46