From e4ac2a9a3e5db5dd85dfe53dd0a7bb00a53900f8 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 26 Oct 2015 14:26:14 +0000 Subject: [PATCH] Remove unneeded method --- app/models/contact.rb | 4 ---- 1 file changed, 4 deletions(-) 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