2 lines
92 B
Plaintext
2 lines
92 B
Plaintext
$("#<%= dom_id(@comment) %>").replaceWith("<%= j render("comment", comment: @comment) %>");
|