fix wrong weird controller inheritance

This commit is contained in:
viehlieb 2025-05-23 01:34:19 +02:00
parent 043eccf167
commit ca3db24b8d

View file

@ -1,4 +1,4 @@
class Finance::InvoicesController < OrderInvoiceControllerBase class Finance::InvoicesController < ApplicationController
before_action :authenticate_finance_or_invoices before_action :authenticate_finance_or_invoices
before_action :find_invoice, only: %i[show edit update destroy] before_action :find_invoice, only: %i[show edit update destroy]