without more information a tactic is hard to provide. but note that render does not redirect (control). It allows you to, when in some controller C and action A to choose another .rhtml file to run rather than the default app/views/C/A.rhtml. To actually redirect control perform redirect_to .... You may also compose combine redirect_to and render.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| redirect_to or render | 2 | 108 | February 28, 2008 | |
| difference between render and redirect_to | 0 | 136 | February 2, 2007 | |
| How to direct to an action in current controller | 0 | 102 | November 13, 2006 | |
| redner and redirect_to | 0 | 118 | July 23, 2007 | |
| Controller that doesn't need a view (.rhtml file) | 0 | 136 | August 21, 2006 |