Merge branch 'dev' into renaming

This commit is contained in:
Paul Chavard 2018-04-10 15:10:10 +02:00 committed by GitHub
commit 07ed83f99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
module EtablissementHelper
def pretty_currency(capital_social)
number_to_currency(capital_social, delimiter: ' ', unit: '€', format: '%n %u')
number_to_currency(capital_social, locale: :fr)
end
end