Sha256: 1d38a65ac4b663275b0465706c3452201582082061b70aabc10d58b2f713b5a9
Contents?: true
Size: 335 Bytes
Versions: 27
Compression:
Stored size: 335 Bytes
Contents
<tr> <td> <% if 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
27 entries across 27 versions & 1 rubygems