I have an action that is calling a private method. If an error occurs in this private method *redirect_to* is called. The issue is that it gets to *redirect_to* and according to the logs it is redirecting but doesn't on the client end and results in an error.
Any suggestions? Thanks!