Closed aovertus closed 6 years ago
Hey @joost thanks for this phony_rails gem.
Do you mind to give me some feedbacks ? We would like to update the gem with this fix
Thanks for the pull request. What is the intention? It introduces a new method?
Hi @joost , yes its introducing a new method which allow developers to retrieve the country from the phone_number
PhonyRails.country_from_number('+32475000000') => 'BE'
Its confusing that
country_code_from_number
return acountry_number
I would rather do
country_number_from_number
=> "32"country_code_from_number
=> "BE"But I don't want to break existing stuff.