method

to_query

v5.2.3 - Show latest stable - Class: Array
to_query(key)
public

Converts an array into a string suitable for use as a URL query string, using the given key as the param name.

['Rails', 'coding'].to_query('hobbies') # => "hobbies%5B%5D=Rails&hobbies%5B%5D=coding"