Sha256: 12f3fbd98cba1775008f1c4ff44a80ca2245ee3a7764e54eb2fd216dab1ab70a

Contents?: true

Size: 348 Bytes

Versions: 28

Compression:

Stored size: 348 Bytes

Contents

<table class="table">
  <thead>
    <tr>
      <th scope="col">Verb</th>
      <th scope="col">Path</th>
      <th scope="col">Action</th>
    </tr>
  </thead>
  <tbody>
    <% @routes.each do |r| %>
    <tr>
      <td><%= r[:verb] %></td>
      <td><%= r[:path] %></td>
      <td><%= r[:action] %></td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rest_framework-0.3.7 app/views/rest_framework/_routes.html.erb
rest_framework-0.3.6 app/views/rest_framework/_routes.html.erb
rest_framework-0.3.5 app/views/rest_framework/_routes.html.erb
rest_framework-0.3.4 app/views/rest_framework/_routes.html.erb
rest_framework-0.3.3 app/views/rest_framework/_routes.html.erb
rest_framework-0.3.2 app/views/rest_framework/_routes.html.erb
rest_framework-0.3.0 app/views/rest_framework/_routes.html.erb
rest_framework-0.2.4 app/views/rest_framework/_routes.html.erb
rest_framework-0.2.3 app/views/rest_framework/_routes.html.erb
rest_framework-0.2.2 app/views/rest_framework/_routes.html.erb
rest_framework-0.2.1 app/views/rest_framework/_routes.html.erb
rest_framework-0.2.0 app/views/rest_framework/_routes.html.erb
rest_framework-0.1.3 app/views/rest_framework/_routes.html.erb
rest_framework-0.1.1 app/views/rest_framework/_routes.html.erb
rest_framework-0.1.0 app/views/rest_framework/_routes.html.erb
rest_framework-0.0.16 app/views/rest_framework/_routes.html.erb
rest_framework-0.0.15 app/views/rest_framework/_routes.html.erb
rest_framework-0.0.14 app/views/rest_framework/_routes.html.erb
rest_framework-0.0.13 app/views/rest_framework/_routes.html.erb
rest_framework-0.0.12 app/views/rest_framework/_routes.html.erb