Skip to content

Instantly share code, notes, and snippets.

@rdohms
Created December 28, 2009 14:46
Show Gist options
  • Save rdohms/264702 to your computer and use it in GitHub Desktop.
Save rdohms/264702 to your computer and use it in GitHub Desktop.
in ERB template: <% link_to "Contato", :controller => "nerdtrack", :action => "contato" %>
on regular pages its ok, but on Clearance pages i get this:
- http://0.0.0.0:3000/clearance/nerdtrack/contato
instead of
- http://0.0.0.0:3000/nerdtrack/contato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment