add specs
This commit is contained in:
parent
e902aa0d5a
commit
45db0575b1
46 changed files with 714 additions and 238 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue