From 2117cb62c2b781eb4f0a05170e689aa9d5048215 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Tue, 3 Feb 2015 13:29:59 +0200 Subject: [PATCH] Contact cleanup --- app/models/contact.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/contact.rb b/app/models/contact.rb index 267bfd2be..4238924b0 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -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