Skip to content

Instantly share code, notes, and snippets.

@mikebaldry
Created January 10, 2013 12:07
Show Gist options
  • Select an option

  • Save mikebaldry/4501559 to your computer and use it in GitHub Desktop.

Select an option

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