Remove unused method Spree::Money#format

This commit is contained in:
Maikel Linke
2026-02-25 15:56:01 +11:00
parent 4140209820
commit ee7ed56f44

View File

@@ -30,10 +30,6 @@ module Spree
.html_safe # rubocop:disable Rails/OutputSafety
end
def format(options = {})
@money.format(@options.merge!(options))
end
def ==(other)
@money == other.money
end