If you don't mind to use Javascript for it, you could use
window.history.go(-2) (More on that here:
https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history#Moving_to_a_specific_point_in_history)

On Jan 23, 12:46 am, 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 this?  I think I might end up trying to use the session some how, but
> want to avoid implementing my own system if possible.
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to