Skip to content

Instantly share code, notes, and snippets.

@FotoVerite
Created June 19, 2009 23:56
Show Gist options
  • Save FotoVerite/132953 to your computer and use it in GitHub Desktop.
Save FotoVerite/132953 to your computer and use it in GitHub Desktop.
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