Using render

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.