http://apidock.com/rails/ActionController/Redirecting/redirect_to assuming
you use rails 3.1

this might work :

redirect_to {:action => 'foo', :uid => @schedule.first.train_uid,
params_hash}.merge(param_hash)

Ahmy Yulrizka


On Fri, Jan 20, 2012 at 5:41 AM, Peter Hicks <[email protected]>wrote:

> redirect_to

-- 
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