Sha256: ccb80753642febcdab3ea1d98b0f5611194b2365c6552cbf67406dd01112ad42
Contents?: true
Size: 357 Bytes
Versions: 30
Compression:
Stored size: 357 Bytes
Contents
<tr> <td> <% if route[:route].name && route[:verb] == "GET" && route[:matches_params] %> <%= link_to route[:relative_path], @route_props[:with_path_args].call(route[:route]) %> <% else %> <%= route[:relative_path] %> <% end %> </td> <td><%= route[:verb] %></td> <td><%= route[:controller] %>#<%= route[:action] %></td> </tr>
Version data entries
30 entries across 30 versions & 1 rubygems