I have to order an ActiveRecord Relation
Profile.where(id: [1,2,3])
where records with country_code = \'US\' (or a specific string) first. I\'ve created this self.