"You are being redirected" when switching controllers

I assume this means you’re doing something other than the norm:

redirect_to :controller => “login”, :action => “login”

or are you talking about

render :action => …

?

Jason