From 0b88cf10da7b72d4822a9ea813eb0061bc90b281 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 2 Apr 2026 14:02:02 +1100 Subject: [PATCH] fix-responder --- app/controllers/concerns/respond_with.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/concerns/respond_with.rb b/app/controllers/concerns/respond_with.rb index 2b849392d5..6f04097ff6 100644 --- a/app/controllers/concerns/respond_with.rb +++ b/app/controllers/concerns/respond_with.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require "spree/responder" + module RespondWith extend ActiveSupport::Concern