mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
parent
f1fb17a42c
commit
9ae08a1e6f
1 changed files with 0 additions and 5 deletions
|
@ -123,11 +123,6 @@ class Registrar < ActiveRecord::Base
|
||||||
cash_account.account_activities.create!(args)
|
cash_account.account_activities.create!(args)
|
||||||
end
|
end
|
||||||
|
|
||||||
def credit!(args)
|
|
||||||
args[:currency] = 'EUR'
|
|
||||||
cash_account.account_activities.create!(args)
|
|
||||||
end
|
|
||||||
|
|
||||||
def address
|
def address
|
||||||
[street, city, state, zip].reject(&:blank?).compact.join(', ')
|
[street, city, state, zip].reject(&:blank?).compact.join(', ')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue