How to get a query string from a URL in Rails

前端 未结 4 1530
故里飘歌
故里飘歌 2020-11-28 23:15

Is there is a way to get the query string in a passed URL string in Rails?

I want to pass a URL string:

http://www.foo.com?id=4&empid=6
         


        
4条回答
提交回复
热议问题