質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,8 +26,6 @@
|
|
26
26
|
|
27
27
|
@todos = Todo.all
|
28
28
|
|
29
|
-
render json: @todos
|
30
|
-
|
31
29
|
end
|
32
30
|
|
33
31
|
```
|
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
@todos = Todo.all
|
28
28
|
|
29
|
-
|
29
|
+
render json: @todos
|
30
30
|
|
31
31
|
end
|
32
32
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,6 +26,8 @@
|
|
26
26
|
|
27
27
|
@todos = Todo.all
|
28
28
|
|
29
|
+
〜〜〜〜
|
30
|
+
|
29
31
|
end
|
30
32
|
|
31
33
|
```
|