diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/conference_invitee.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/conference_invitee.rb b/app/models/conference_invitee.rb index 6a1349e..5b99ca4 100644 --- a/app/models/conference_invitee.rb +++ b/app/models/conference_invitee.rb @@ -23,7 +23,6 @@ class ConferenceInvitee < ActiveRecord::Base validates_inclusion_of :moderator, :in => [true, false] validate :uniqueness_of_phone_number_in_the_parent_conference - validates_uniqueness_of :phone_book_entry_id, :scope => :conference_id, :allow_nil => true def to_s "ID #{self.id}" |