Adapt helper call to make it work in rails 5.2

This commit is contained in:
Luis Ramos
2021-03-13 10:56:01 +00:00
parent f55150745e
commit 32c68f5951

View File

@@ -2,7 +2,7 @@
module Spree
class OrderMailer < BaseMailer
helper ::CheckoutHelper
helper 'checkout'
helper SpreeCurrencyHelper
helper Spree::Admin::PaymentsHelper
helper OrderHelper