Remove dead code, there's no Spree::Money in app/models/spree and the Spree::Money in lib/spree already has a class_eval with this function

This commit is contained in:
Luis Ramos
2020-04-09 19:06:05 +01:00
parent 59f56cb0f6
commit 0d5c08c363

View File

@@ -1,6 +0,0 @@
Spree::Money.class_eval do
# return the currency symbol (on it's own) for the current default currency
def self.currency_symbol
Money.new(0, Spree::Config[:currency]).symbol
end
end