Skip to content

Instantly share code, notes, and snippets.

@guillec
Created June 30, 2016 19:24
Show Gist options
  • Save guillec/f8493c2123324fb86fad01e67a8bbf3b to your computer and use it in GitHub Desktop.
Save guillec/f8493c2123324fb86fad01e67a8bbf3b to your computer and use it in GitHub Desktop.
Consignee.all.each do |consignee|
if consignee.similar_names.count >= 1
puts consignee.similar_names.count
puts consignee.name
puts consignee.id
puts "=========================="
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment