Sha256: 20ba066489a2e1a3de875b4d450e2a697ee96fda5ee993b50352d17b1006eeb9
Contents?: true
Size: 394 Bytes
Versions: 9
Compression:
Stored size: 394 Bytes
Contents
<table class="table table-striped"> <thead> <th>Verb</th> <th>Path</th> <th>Name</th> <th>Requirements</th> </thead> <tbody> <% routes.each do |route| %> <tr> <td><%= route[:source] %></td> <td><%= route[:spec] %></td> <td><%= route[:name] %></td> <td><%= route[:requirements] %></td> </tr> <% end %> </tbody> </table>
Version data entries
9 entries across 9 versions & 1 rubygems