Sha256: 0530caec14ea4438096af8b8995a326aa5b44209b5cec60cd7a44f34d51dab37
Contents?: true
Size: 346 Bytes
Versions: 10
Compression:
Stored size: 346 Bytes
Contents
<tr> <td> <% if route[:route].name && link_args = route[:show_link_args] %> <%= link_to route[:relative_path], self.send("#{route[:route].name}_path", *link_args) %> <% else %> <%= route[:relative_path] %> <% end %> </td> <td><%= route[:verb] %></td> <td><%= route[:controller] %>#<%= route[:action] %></td> </tr>
Version data entries
10 entries across 10 versions & 1 rubygems