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