Skip to content

Instantly share code, notes, and snippets.

@Nucc
Last active August 29, 2015 13:57
Show Gist options
  • Save Nucc/9363976 to your computer and use it in GitHub Desktop.
Save Nucc/9363976 to your computer and use it in GitHub Desktop.
Convert Rails params output to HTTP params
require "addressable/uri"
uri = Addressable::URI.new
hash = Hash.new
uri.query_values = hash
uri.query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment