Phoner::Country.find_by_country_isocode("kz") Traceback (most recent call last): 1: from (irb):12 NoMethodError (undefined method `detect' for nil:NilClass) Is Kazakhstan in your database? Also, here can I find list of supported countries?
Phoner::Country.find_by_country_isocode("kz")
Traceback (most recent call last):
1: from (irb):12
NoMethodError (undefined method `detect' for nil:NilClass)
Is Kazakhstan in your database?
Also, here can I find list of supported countries?