aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/errors/error_500.json.jbuilder
blob: 1cb2a1b79108e44567097dff6831973d4ece1136 (plain)
1
2
3
4
json.error do |json|
  json.status 500
  json.message "Internal error"
end