SyntaxFix
Write A Post
Hire A Developer
Questions
You can use url_for to get the URL for a controller and action and then use redirect_to to go to that URL.
url_for
redirect_to
redirect_to url_for(:controller => :controller_name, :action => :action_name)