Skip to content

Instantly share code, notes, and snippets.

@sebareca
Created August 27, 2012 19:36
Show Gist options
  • Save sebareca/3491633 to your computer and use it in GitHub Desktop.
Save sebareca/3491633 to your computer and use it in GitHub Desktop.
Bug similar
contacts.delete_if do |c|
similar = true
c.identifications.each do |id|
if self.identifications.where(:category => id.category).excludes(:value => id.value).exists?
similar = false
end
end
!similar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment