Skip to content

Commit

Permalink
Merge branch 'option-no-extension' of github.com:ramaboo/phony_rails …
Browse files Browse the repository at this point in the history
…into option-no-extension
  • Loading branch information
ramaboo committed Mar 19, 2018
2 parents f61ac7e + 9a39f46 commit 34eb21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phony_rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def self.country_codes_hash
# :country_code => The country code we should use.
# :default_country_code => Some fallback code (eg. 'NL') that can be used as default (comes from phony_normalize_numbers method).
# :add_plus => Add a '+' in front so we know the country code is added. (default: true)
# :extension => Includes the extension. (default: true)
# :extension => Include the extension. (default: true)
# This idea came from:
# http://www.redguava.com.au/2011/06/rails-convert-phone-numbers-to-international-format-for-sms/
def self.normalize_number(number, options = {})
Expand Down

0 comments on commit 34eb21e

Please sign in to comment.