Remove dead code

#623

(cherry picked from commit 49af8cc)
This commit is contained in:
Artur Beljajev 2017-11-04 21:33:01 +02:00
parent f1fb17a42c
commit 9ae08a1e6f

View file

@ -123,11 +123,6 @@ class Registrar < ActiveRecord::Base
cash_account.account_activities.create!(args)
end
def credit!(args)
args[:currency] = 'EUR'
cash_account.account_activities.create!(args)
end
def address
[street, city, state, zip].reject(&:blank?).compact.join(', ')
end