what is the best way to structure Location information for users? I need to be able filter hundreds of users by City/Country.
Currently I have created a free-text string for location as I could not find any gem for whole cities grouped under countries. Btw this is a custom scaffold, not devise.
Should I just enter as free-text as in city, country and then filter based on that string with alike?
Thank you