Skip to content

Instantly share code, notes, and snippets.

@fern4lvarez
Created April 12, 2012 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fern4lvarez/2367138 to your computer and use it in GitHub Desktop.
Save fern4lvarez/2367138 to your computer and use it in GitHub Desktop.
Currency Euro
def currency_euro(item)
number_to_currency(item, :unit => "€", :separator => ",", :delimiter => "", :format => "%n %u")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment