回答編集履歴
1
コードの追記
test
CHANGED
@@ -24,9 +24,11 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
+
Post側はremote:trueのAjaxでデータを送信し、ViewはTurbolinksのAjaxで表示される。
|
28
|
+
|
29
|
+
理由は、Controllerで`format.html { redirect_to @test, notice: 'Test was successfully created.' }`が呼ばれるため。
|
27
30
|
|
28
31
|
|
29
|
-
Post側はremote:trueのAjaxでデータを送信し、ViewはTurbolinksのAjaxで表示される。
|
30
32
|
|
31
33
|
|
32
34
|
|