Skip to content

Instantly share code, notes, and snippets.

@RudolfHattenkofer
Created September 29, 2013 14:41
Show Gist options
  • Save RudolfHattenkofer/6753075 to your computer and use it in GitHub Desktop.
Save RudolfHattenkofer/6753075 to your computer and use it in GitHub Desktop.
URL of the current page.
request.original_url
# In a form:
<%= form_tag( request.original_url ) do %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment