The key issue here is that this will need to be send as a POST request, 
whereas I assume the default of redirect_to is GET.

You will have to put the params onto to the end of the url string 
yourself, eg.

param1=this&param2=16&param3=that
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to