Skip to content

Instantly share code, notes, and snippets.

@Wardrop
Created February 13, 2012 10:51
Show Gist options
  • Save Wardrop/1815995 to your computer and use it in GitHub Desktop.
Save Wardrop/1815995 to your computer and use it in GitHub Desktop.
error do |e|
if response.content_type.index(mime_type(:json)) == 0
halt 400, {success: false, exception: e.message}.to_json
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment