Created
June 19, 2009 23:56
-
-
Save FotoVerite/132953 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Kernel.module_eval do | |
def _(string) | |
string | |
end | |
end | |
#And how it's been used | |
<li><a href="#basic"><%= _('Basic Information')%></a></li> | |
<li><a href="#addresses"><%= _('Address')%></a></li> | |
<li><a href="#services"><%= _('Services')%></a></li> | |
<li><a href="#people"><%= _('People')%></a></li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment