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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs