質問編集履歴

1

回答通りにコントローラーを編集したときの表示結果を追記

2021/03/28 23:36

投稿

Yuu412
Yuu412

スコア37

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- ```表示
19
+ ```結果
20
20
 
21
21
  [{"hr_id":1,"hr_user":null},{"hr_id":1,"hr_user":null},{"hr_id":1,"hr_user":null}, ... ]
22
22
 
@@ -24,9 +24,21 @@
24
24
 
25
25
 
26
26
 
27
+ ```結果:追記
28
+
29
+ [{"id":1,"st_id":5,"hr_id":1,"date":"2020-9-5","password":"$2y$1...0$LfW","created_at":"2020-09-05T00:00:00.000000Z","updated_at":"2020-09-05T00:00:00.000000Z","hr_user":null},{"id":2,"st_id":2, ... , "hr_user":null}, { ... }, ...
30
+
31
+ ```
32
+
33
+
34
+
35
+
36
+
27
37
  どこに問題があると思われるでしょうか。
28
38
 
29
39
  以下に、モデルの記述を記載しておきますが、その他必要なものなどあればおっしゃってください。
40
+
41
+
30
42
 
31
43
 
32
44