Add default currencies

This commit is contained in:
Thaleia Tagaraki 2017-12-02 17:59:31 +02:00 committed by Astradeni
parent 33d32b9294
commit ff6497ea46
6 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,4 @@
module DateTimeHelper
module DateTimeCurrencyHelper
##
# Includes functions related to date or time manipulations
##
@ -34,4 +34,8 @@ module DateTimeHelper
"#{h} h #{min.round} min"
end
end
def currencies
default_currencies = YAML::load(ENV['OSEM_DEFAULT_CURRENCIES'])
end
end