active-relation

NULL in (NULL) does not match properly...

Using Rails 3 active relation, I have a scope: scope :duplicate_contact, lambda {|contact| where( :person_id => contact.person_id, :salutation => contact.salutation, :first_name => contact.first_name, :last_name => contact.last_na...