rails-tel_to_helper

Gem Version Build Status Dependency Status Code Climate

Action View Telephone Link Helper.

Requirements

  • Ruby ~> 2.0
  • Rails

Installation

Include the gem in your Gemfile:

gem 'rails-tel_to_helper'

Usage

tel_to(number, name = nil, link_to_options = nil)

Examples

= tel_to '400-881-6609'
= tel_to '400-881-6609', 'ihaveu.com Customer Service'
= tel_to '400-881-6609', 'ihaveu.com Customer Service', target: '_blank'

Credits

License

Copyright © 2014 Jianqiu Xiao [email protected] under The MIT License.