Skip to content

Instantly share code, notes, and snippets.

@elben
Created December 21, 2009 05:57
Show Gist options
  • Save elben/260808 to your computer and use it in GitHub Desktop.
Save elben/260808 to your computer and use it in GitHub Desktop.
session[:original_uri] = request.request_uri
...
# somewhere else
uri = session[:original_uri]
session[:original_uri] = nil
redirect_to(uri || { :action => "index" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment