Created
June 30, 2016 19:24
-
-
Save guillec/f8493c2123324fb86fad01e67a8bbf3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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