Skip to content

Instantly share code, notes, and snippets.

@fabiokr
Created March 8, 2012 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiokr/2002883 to your computer and use it in GitHub Desktop.
Save fabiokr/2002883 to your computer and use it in GitHub Desktop.
class Model
# model has a country_code column which stores in ISO format
def country
I18n.t(country_code)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment