Open francisneedham opened 8 years ago
Right now this is my solution
before_validation :set_currency
def set_currency
self.price_currency = "EUR"
end
Have you tried the most recent version? https://github.com/dabit/acts_as_shopping_cart
Hi, I'm using the GEM on a rails 5 project. Everything is working perfectly but i cannot change the currency to eur.
i have in my MoneyRails initializer config.default_currency = :eur
but still does not work.
Thanks !
Francis