Skip to content

Instantly share code, notes, and snippets.

@mikebaldry
Created January 10, 2013 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikebaldry/4501559 to your computer and use it in GitHub Desktop.
Save mikebaldry/4501559 to your computer and use it in GitHub Desktop.
def merge_json_params
body = request.body.read
request.body.rewind
params.merge!(ActiveSupport::JSON.decode(body)) if body != "" && request.format.json?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment