I have the following piece of ruby code:
authenticate_this(request.env["SOME_ID"])
What I want to know is how do I place this "SOME_ID" within the HTTP GET request. From what I understand, these rails request parameters are preset? If so what is the "SOME_ID"?
Thanks