1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Remove unneeded method

This commit is contained in:
Daniel Barber 2015-10-26 14:26:14 +00:00
parent 41de7e736c
commit e4ac2a9a3e

View File

@ -12,8 +12,4 @@ class Contact
send("#{key}=", value)
end
end
def read_attribute_for_validation(key)
send(key)
end
end