Fix rubocop

This commit is contained in:
Martin Lensment 2015-04-14 14:02:17 +03:00
parent 6635c0fd62
commit df1fcf9cc1
3 changed files with 4 additions and 5 deletions

View file

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