mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Contact cleanup
This commit is contained in:
parent
b92bdc306c
commit
2117cb62c2
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class Contact < ActiveRecord::Base
|
|||
|
||||
validates :code, uniqueness: { message: :epp_id_taken }
|
||||
|
||||
delegate :country, to: :address # , prefix: true
|
||||
delegate :city, to: :address # , prefix: true
|
||||
delegate :street, to: :address # , prefix: true
|
||||
delegate :zip, to: :address # , prefix: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue