From bfa7fa0eb7fb2a3e2499d4654cf1065e07f13f18 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Wed, 31 Jan 2024 11:51:12 +0200 Subject: [PATCH] fixed naming issue --- .../invoices/pay_all_cancelled_payable_invoices_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/invoices/pay_all_cancelled_payable_invoices_controller.rb b/app/controllers/invoices/pay_all_cancelled_payable_invoices_controller.rb index 879aa611d..be457934f 100644 --- a/app/controllers/invoices/pay_all_cancelled_payable_invoices_controller.rb +++ b/app/controllers/invoices/pay_all_cancelled_payable_invoices_controller.rb @@ -1,4 +1,4 @@ -class Invoices::PayAllCancelledPayableInvoices < ApplicationController +class Invoices::PayAllCancelledPayableInvoicesController < ApplicationController before_action :authenticate_user! before_action :authorize_user