Skip to content

Instantly share code, notes, and snippets.

@nicedawg
Last active March 14, 2020 19:39
Show Gist options
  • Save nicedawg/cae8f8be678155859b6730b144738599 to your computer and use it in GitHub Desktop.
Save nicedawg/cae8f8be678155859b6730b144738599 to your computer and use it in GitHub Desktop.
[Beginning Rails 6] Listing 9-7. The Template in app/views/comments/create.js.erb
document.querySelector("#comments").insertAdjacentHTML("beforeend", "<%= escape_javascript render @comment %>");
document.querySelector("#main form").reset();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment