3/27/2006
Baby Steps to the Door
The redirect command: This command is very simple, but useful. Currently, I am using it to redirect the welcome page to the main control page after the user logs on.
redirect_to("/controller/action")
- Place the redirect command in controller under the needed action, and link to the action in that controller.
- Make sure you begin the path with a slash.