Skip to content

Instantly share code, notes, and snippets.

@nicedawg
Created February 29, 2020 02:20
Show Gist options
  • Save nicedawg/0cb4848e5553d60b366d0ecd8f2a1d4d to your computer and use it in GitHub Desktop.
Save nicedawg/0cb4848e5553d60b366d0ecd8f2a1d4d to your computer and use it in GitHub Desktop.
[Beginning Rails 6] Listing 9-8. The Template in app/views/comments/fail_create.js.erb
alert("<%= @comment.errors.full_messages.to_sentence.html_safe %>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment