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.
Trackbacks
Use the following link to trackback from your own site:
/blog/articles/trackback/22
