Add views for bank items

This commit is contained in:
Martin Lensment 2015-04-13 18:36:08 +03:00
parent b5521594ce
commit 3398bcd845
16 changed files with 248 additions and 22 deletions

View file

@ -0,0 +1,7 @@
class Admin::BankTransactionsController < AdminController
load_and_authorize_resource
def show
end
end