Created
December 28, 2009 14:46
-
-
Save rdohms/264702 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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