Forked from fern4lvarez/Number to currency with Euro format
Created
February 12, 2018 08:23
-
-
Save mytrile/b45d4f73f5cf3ee6c7af8c767db6e9c8 to your computer and use it in GitHub Desktop.
Currency Euro
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
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