Can I pass parameter in redirect_to

I use redirect_to to another action. Can I pass parameters to this action?

Hello,

Yes, you can add parameters in a hash, such as the id for the action. http://api.rubyonrails.org/classes/ActionController/Base.html#M000680

Cyril