6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
<% if @error %>
|
|
{"success": false, "reason": <%= @error.to_s.to_json.html_safe %>}
|
|
<% else %>
|
|
{"success": true}
|
|
<% end %>
|