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

@ -49,7 +49,7 @@ class Registrar < ActiveRecord::Base
end
end
def issue_prepayment_invoice(amount, description = nil)
def issue_prepayment_invoice(amount, description = nil) # rubocop:disable Metrics/MethodLength
# Currently only EIS can issue invoices
eis = self.class.eis