Files
openfoodnetwork/lib/spree/money_decorator.rb
Rohan Mitchell d2e0d4f44a Fix grammar
2015-01-08 10:39:51 +11:00

8 lines
192 B
Ruby

Spree::Money.class_eval do
# return the currency symbol (on its own) for the current default currency
def self.currency_symbol
Money.new(0, Spree::Config[:currency]).symbol
end
end