diff --git a/app/helpers/order_cycles_helper.rb b/app/helpers/order_cycles_helper.rb index 59ab6b8ff2..8eb32e7d66 100644 --- a/app/helpers/order_cycles_helper.rb +++ b/app/helpers/order_cycles_helper.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +require 'open_food_network/permissions' + module OrderCyclesHelper def current_order_cycle @current_order_cycle ||= current_order(false).andand.order_cycle