R
Re BR
I have the following hash myhash
{ "inter" => "team", "shirt" => "stripe" }
desired output
inter=team&shirt=stripe
I tried url_for myhash but got undefined method `url_for' for
thanks
{ "inter" => "team", "shirt" => "stripe" }
desired output
inter=team&shirt=stripe
I tried url_for myhash but got undefined method `url_for' for
thanks