6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
<% if @comment_vote.errors.any? %>
|
|
{"success": false, "errors": <%= @comment_vote.errors.full_messages.to_json.html_safe %>}
|
|
<% else %>
|
|
{"success": true}
|
|
<% end %>
|