railsrumble/r13-team-357

View on GitHub
app/views/comments/create.js.erb

Summary

Maintainability
Test Coverage
$("#comment_form_body").val('')
$("#comments").append("<%= escape_javascript( render @comment ) %>");
$("#comment_stat").html("<%= escape_javascript( render 'stat', card: @comment.card ) %>");