mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Fix CC issues
This commit is contained in:
parent
aa2d9547a4
commit
b981c61671
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Admin
|
||||||
class BankStatementsController < BaseController
|
class BankStatementsController < BaseController
|
||||||
load_and_authorize_resource
|
load_and_authorize_resource
|
||||||
|
|
||||||
before_action :set_bank_statement, only: [:show, :bind_invoices]
|
before_action :set_bank_statement, only: %i[show bind_invoices]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@q = BankStatement.search(params[:q])
|
@q = BankStatement.search(params[:q])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue