mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
parent
a7ed2f35d7
commit
7a425ffaf6
1 changed files with 0 additions and 9 deletions
|
@ -137,15 +137,6 @@ class Registrar < ActiveRecord::Base
|
||||||
cash_account.account_activities.create!(args)
|
cash_account.account_activities.create!(args)
|
||||||
end
|
end
|
||||||
|
|
||||||
def domain_transfers
|
|
||||||
at = DomainTransfer.arel_table
|
|
||||||
DomainTransfer.where(
|
|
||||||
at[:new_registrar_id].eq(id).or(
|
|
||||||
at[:old_registrar_id].eq(id)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
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