Re: [Rails] redirect_to :back - Any way to go back two pages?

2012-01-24 Thread Don
Thanks for the idea. Unfortunately the :back :back process that I need to do is back to a previous model in a different view, so pagination won't do it for me. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on

Re: [Rails] redirect_to :back - Any way to go back two pages?

2012-01-23 Thread Dave Aronson
On Mon, Jan 23, 2012 at 00:46, Don don.leat...@gmail.com wrote: I've run in to a strange situation where it would be great if there were a way to use redirect_to :back to skip back over the previous page and go to the previous, previous page ( :back X 2.)  Any one have any ideas how to do

[Rails] redirect_to :back - Any way to go back two pages?

2012-01-22 Thread Don
I've run in to a strange situation where it would be great if there were a way to use redirect_to :back to skip back over the previous page and go to the previous, previous page ( :back X 2.) Any one have any ideas how to do this? I think I might end up trying to use the session some how,