mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
Remove unused method Spree::Money#format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user