質問編集履歴

1

コードについて追記

2019/12/04 06:35

投稿

yoangelo
yoangelo

スコア8

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,9 @@
24
24
 
25
25
  エラー発生箇所(メールアドレス送信時)のherokuのログは下記の通りです。(メールアドレス欄は〇〇で記載しています)
26
26
 
27
+ ```
28
+
27
- ```$ heroku log
29
+ $ heroku logs
28
30
 
29
31
  2019-12-04T04:13:53.053231+00:00 heroku[router]: at=info method=POST path="/password_resets" host=arcane-thicket-76286.herokuapp.com request_id=8dd7151f-7034-4d46-81fd-d94b09f61b9e fwd="111.239.170.216" dyno=web.1 connect=0ms service=91ms status=500 bytes=1891 protocol=https
30
32
 
@@ -84,7 +86,9 @@
84
86
 
85
87
 
86
88
 
89
+ ```
90
+
87
- ```models/user.rb
91
+ #[models/user.rb]
88
92
 
89
93
  class User < ApplicationRecord
90
94
 
@@ -266,7 +270,9 @@
266
270
 
267
271
  ```
268
272
 
273
+ ```
274
+
269
- ```controllers/password_resets_controller.rb
275
+ #[controllers/password_resets_controller.rb]
270
276
 
271
277
  class PasswordResetsController < ApplicationController
272
278