module PhoneHelper
Public Instance Methods
Source
# File app/helpers/phone_helper.rb, line 4 def format_phone_with_instructions(entity) return entity.phone if entity.phone_instructions.blank? "#{entity.phone} (#{entity.phone_instructions})" end
# File app/helpers/phone_helper.rb, line 4 def format_phone_with_instructions(entity) return entity.phone if entity.phone_instructions.blank? "#{entity.phone} (#{entity.phone_instructions})" end