This Gem adds useful methods to Rails app to validate, display and save phone numbers. It uses Phony gem (E164 international phone number normalizing, splitting, formatting).
This Gem adds useful methods to Rails app to validate, display and save phone numbers. It uses Phony gem(E164 numbers are international numbers with a country dial prefix, usually an area code and a subscriber number).
how to use this ? - add the below steps in application's Gemfile:
gem 'phony_rails'
And then execute:
bundle
Or you can also install it as:
gem install phony_rails