mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Fix rubocop
This commit is contained in:
parent
6635c0fd62
commit
df1fcf9cc1
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue