Wednesday 21 September 2016

Open mail box by clicking email id and calling functionality on click of mobile no

It will open mail popup if user is already login/ thunder mail implemented

<%= mail_to @contact_email %>

In view page to add calling feature for mobile number (for mobile view) - Use gem 'tel_to_helper'

<%=tel_to @contact_phone %>

No comments:

Post a Comment