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 | 98 | February 28, 2008 | |
Please check this simple code | 1 | 117 | October 7, 2007 | |
difference between render and redirect_to | 0 | 120 | February 2, 2007 | |
redner and redirect_to | 0 | 103 | July 23, 2007 | |
diff between redirect_to :action and calling action/rend | 0 | 120 | October 12, 2006 |