diff --git a/app/models/contact.rb b/app/models/contact.rb index d58a3d2..379e997 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -12,8 +12,4 @@ class Contact send("#{key}=", value) end end - - def read_attribute_for_validation(key) - send(key) - end end