add specs

This commit is contained in:
viehlieb 2025-05-22 12:27:25 +02:00
parent e902aa0d5a
commit 45db0575b1
46 changed files with 714 additions and 238 deletions

View file

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