Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created July 31, 2011 07:42
Show Gist options
  • Save HungYuHei/1116541 to your computer and use it in GitHub Desktop.
Save HungYuHei/1116541 to your computer and use it in GitHub Desktop.
rails返回上一页
request.env['HTTP_REFERER']
request.referer
<%= link_to_function "返回上一页", "history.go(-1)" %>
<%= link_to "Back", :back %>
redirect_to :back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment