From e5f14177d33e71d8f23602788a6fe3b2d5d7fd5f Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Fri, 21 Apr 2023 16:12:43 +1000 Subject: [PATCH] Fix rubocop warning I guess the new cops are effective :) --- app/controllers/voucher_adjustments_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/voucher_adjustments_controller.rb b/app/controllers/voucher_adjustments_controller.rb index e56832977c..1eb59e3a03 100644 --- a/app/controllers/voucher_adjustments_controller.rb +++ b/app/controllers/voucher_adjustments_controller.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -class VoucherAdjustmentsController < ::BaseController +class VoucherAdjustmentsController < BaseController include CablecarResponses def destroy