Sha256: 9a2eb54b98d2872f260b1bbf8b392a310433477a621562d5f1ac5b6ef5c4f35f

Contents?: true

Size: 476 Bytes

Versions: 129

Compression:

Stored size: 476 Bytes

Contents

<tr class='route_row' data-helper='path'>
  <td data-route-name='<%= route[:name] %>'>
    <% if route[:name].present? %>
      <%= route[:name] %><span class='helper'>_path</span>
    <% end %>
  </td>
  <td data-route-verb='<%= route[:verb] %>'>
    <%= route[:verb] %>
  </td>
  <td data-route-path='<%= route[:path] %>' data-regexp='<%= route[:regexp] %>'>
    <%= route[:path] %>
  </td>
  <td data-route-reqs='<%= route[:reqs] %>'>
    <%= route[:reqs] %>
  </td>
</tr>

Version data entries

129 entries across 125 versions & 12 rubygems

Version Path
actionpack-4.0.1.rc4 lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.1.rc3 lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.1.rc2 lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.1.rc1 lib/action_dispatch/middleware/templates/routes/_route.html.erb
challah-1.0.0 vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.0 lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.0.rc2 lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.0.rc1 lib/action_dispatch/middleware/templates/routes/_route.html.erb
actionpack-4.0.0.beta1 lib/action_dispatch/middleware/templates/routes/_route.html.erb