Draiken/opinio

View on GitHub
app/views/opinio/comments/destroy.js.erb

Summary

Maintainability
Test Coverage
jQuery('#comment_<%= @comment.id %>').remove();
jQuery('#comments').prepend("<%= escape_javascript(flash[:notice]) %>");
jQuery('#comments').prepend("<%= escape_javascript(flash[:error]) %>");