Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 596 Bytes

File metadata and controls

23 lines (12 loc) · 596 Bytes

README

Generate a URL to call a phone number (using the tel: protocol) or send an email (using the mailto: protocol).

This is a https URL that redirects so that it can be used in places that don't support the tel and mailto protocols but only the http/https protocols.

  • Ruby version: 2.5.7

  • System dependencies: Postgres database

  • How to run the test suite: rails test