Files
danbooru/app/views/comment_votes/destroy.json.erb
2016-10-04 14:42:48 -07:00

6 lines
126 B
Plaintext

<% if @error %>
{"success": false, "reason": <%= @error.to_s.to_json.html_safe %>}
<% else %>
{"success": true}
<% end %>