Module: Interage::PhoneHelper

Included in:
ApplicationHelper
Defined in:
lib/interage/phone_helper.rb

Instance Method Summary collapse

Instance Method Details

#format_phone(phone) ⇒ Object



7
8
9
# File 'lib/interage/phone_helper.rb', line 7

def format_phone(phone)
  ParserPhone.call(phone)
end