mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Add views for bank items
This commit is contained in:
parent
b5521594ce
commit
3398bcd845
16 changed files with 248 additions and 22 deletions
7
app/controllers/admin/bank_transactions_controller.rb
Normal file
7
app/controllers/admin/bank_transactions_controller.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Admin::BankTransactionsController < AdminController
|
||||
load_and_authorize_resource
|
||||
|
||||
def show
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue