diff --git a/app/models/spree/money_decorator.rb b/app/models/spree/money_decorator.rb deleted file mode 100644 index ae4ca7e497..0000000000 --- a/app/models/spree/money_decorator.rb +++ /dev/null @@ -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