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
1 changed files with 1 additions and 1 deletions

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