質問編集履歴

1

補足説明

2020/05/28 08:02

投稿

Masashige1005
Masashige1005

スコア14

test CHANGED
File without changes
test CHANGED
@@ -71,3 +71,11 @@
71
71
  end
72
72
 
73
73
  ```
74
+
75
+
76
+
77
+ ```error
78
+
79
+ AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".):
80
+
81
+ ```