diff --git a/app/models/contact.rb b/app/models/contact.rb index 11551cbaf..a74a0f17b 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -258,7 +258,7 @@ class Contact < ActiveRecord::Base errors.add(:ident, err_msg) end when BIRTHDAY - errors.add(:ident, err_msg) + errors.add(:ident, err_msg) if id.blank? # only for create action right now. Later for all of them end end end