fix wrong weird controller inheritance
This commit is contained in:
parent
043eccf167
commit
ca3db24b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue