Skip to content

Instantly share code, notes, and snippets.

@vandersonmota
Created May 19, 2011 00:57
Show Gist options
  • Save vandersonmota/979943 to your computer and use it in GitHub Desktop.
Save vandersonmota/979943 to your computer and use it in GitHub Desktop.
Sending json in the request body
request.env['RAW_POST_DATA'] = "{'some': 'json'}"
post :sua_action, :format => "json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment