Sha256: 91356a0d0bc7c290725d2727314393fa256911594db91d26c20d7d37ee28075d
Contents?: true
Size: 551 Bytes
Versions: 66
Compression:
Stored size: 551 Bytes
Contents
<style> .alert { color: red; } .notice { color: green; } </style> <% flash.each do |type, msg| %> <div class="<%= type%>"><%= msg %></div> <% end %> <% if flash.any? %> <hr /> <% end %> <h1>Twilio ruby</h1> <h2>The official library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens</h2> <%= link_to 'Send SMS', home_send_sms_path %> <!-- Add/Remove as needed --> <!-- <= link_to 'Products', products_path %> | <= link_to 'Posts', posts_path %> | <= link_to 'People', people_path %> -->
Version data entries
66 entries across 66 versions & 1 rubygems