With this code:<br><br> redirect_to(<br> :controller => "management",<br> :action => "questions",<br> :id => @question.configuration_id,<br> :participant_id => params[:participant_id],<br>
:status => params[:status]<br> )<br><br>I am trying to redirect to a url similar to this one: <a href="http://localhost:3000/management/questions/120?participant_id=95&status=HOST_INBOX">http://localhost:3000/management/questions/120?participant_id=95&status=HOST_INBOX</a><br>
<br>But I get redirected to: <a href="http://localhost:3000/management/questions/120">http://localhost:3000/management/questions/120</a><br><br>From Rails's API seems that it is possible to have that redirect only using:<br>
<br> redirect_to(<br> "/management/answers/8742?participant_id=95&status=HOST_INBOX_READ"<br> )<br><br>Is that correct?<br><br>Thanks,<br clear="all"><br>-- <br>Riccardo Tacconi<br>Web developer at Wolseley UK <br>
VIRTUELOGIC LIMITED (Director)<br><br><a href="http://www.linkedin.com/in/riccardotacconi">http://www.linkedin.com/in/riccardotacconi</a><br><a href="http://riccardotacconi.blogspot.com/">http://riccardotacconi.blogspot.com/</a><br>
<a href="http://twitter.com/rtacconi">http://twitter.com/rtacconi</a><br>Linux user: #400461<br>