diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 2055c0df16..fb08a08549 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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'