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