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

Version Path
rest_framework-0.6.5 app/views/rest_framework/_route.html.erb
rest_framework-0.6.4 app/views/rest_framework/_route.html.erb
rest_framework-0.6.3 app/views/rest_framework/_route.html.erb
rest_framework-0.6.2 app/views/rest_framework/_route.html.erb
rest_framework-0.6.1 app/views/rest_framework/_route.html.erb
rest_framework-0.6.0 app/views/rest_framework/_route.html.erb
rest_framework-0.5.7 app/views/rest_framework/_route.html.erb
rest_framework-0.5.6 app/views/rest_framework/_route.html.erb
rest_framework-0.5.5 app/views/rest_framework/_route.html.erb
rest_framework-0.5.4 app/views/rest_framework/_route.html.erb