Merge money_decorator.rb with money.rb

The #rounded method was left out, as it appears to be dead code.
This commit is contained in:
Matt-Yorkley
2021-01-06 17:16:16 +00:00
parent 7beba3debf
commit 45e4d86631
3 changed files with 11 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
require 'spree/money_decorator'
require 'spree/money'
module Spree
module ReportsHelper