Sha256: 12f3fbd98cba1775008f1c4ff44a80ca2245ee3a7764e54eb2fd216dab1ab70a
Contents?: true
Size: 348 Bytes
Versions: 28
Compression:
Stored size: 348 Bytes
Contents
<table class="table"> <thead> <tr> <th scope="col">Verb</th> <th scope="col">Path</th> <th scope="col">Action</th> </tr> </thead> <tbody> <% @routes.each do |r| %> <tr> <td><%= r[:verb] %></td> <td><%= r[:path] %></td> <td><%= r[:action] %></td> </tr> <% end %> </tbody> </table>
Version data entries
28 entries across 28 versions & 1 rubygems