Include payment method helper in ApplicationController

This commit is contained in:
Matt-Yorkley
2021-04-10 18:06:23 +01:00
parent ab65b01fcf
commit 31fc6201fc

View File

@@ -15,6 +15,7 @@ class ApplicationController < ActionController::Base
helper 'spree/base'
helper 'spree/orders'
helper 'spree/payment_methods'
helper 'shared'
helper 'enterprises'
helper 'order_cycles'