Skip to content

Instantly share code, notes, and snippets.

@fizzwu
Created August 29, 2012 10:50
Show Gist options
  • Save fizzwu/3510438 to your computer and use it in GitHub Desktop.
Save fizzwu/3510438 to your computer and use it in GitHub Desktop.
Rails redirect back
session[:return_back] ||= request.referer
....
....
redirect_to session[:return_back]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment