Sha256: d00315dfb0868a4a87f756a64f869ac558457780dda1cbe650b8447f5f5722ad
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
<tr> <td> <% if route[:verb] == "GET" && route[:matches_params] %> <%= link_to route[:relative_path], route[:path_with_params] %> <% else %> <%= route[:relative_path] %> <% end %> </td> <td><%= route[:verb] %></td> <td><%= route[:controller] %>#<%= route[:action] %></td> </tr>
Version data entries
3 entries across 3 versions & 1 rubygems