1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Merge pull request #35216 from CHTJonas/patch-1"

This reverts commit b46601b56d, reversing
changes made to 4e6737f18a.
This commit is contained in:
Ryuta Kamizono 2019-02-11 23:53:31 +09:00
parent 93c2182836
commit fb60def5a4

View file

@ -475,7 +475,7 @@ respond to your Ajax request. You then have a corresponding
code that will be sent and executed on the client side.
```erb
$("#users").appendTo("<%= raw escape_javascript(render @user) %>");
$("<%= escape_javascript(render @user) %>").appendTo("#users");
```
Turbolinks