Sha256: 20ba066489a2e1a3de875b4d450e2a697ee96fda5ee993b50352d17b1006eeb9

Contents?: true

Size: 394 Bytes

Versions: 9

Compression:

Stored size: 394 Bytes

Contents

<table class="table table-striped">
  <thead>
    <th>Verb</th>
    <th>Path</th>
    <th>Name</th>
    <th>Requirements</th>
  </thead>
  <tbody>
    <% routes.each do |route| %>
      <tr>
        <td><%= route[:source] %></td>
        <td><%= route[:spec] %></td>
        <td><%= route[:name] %></td>
        <td><%= route[:requirements] %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_info-0.1.1 app/views/rails_info/routes/_table.html.erb
rails_info-0.1.0 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.9 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.8 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.7 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.6 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.5 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.4 app/views/rails_info/routes/_table.html.erb
rails_info-0.0.3 app/views/rails_info/routes/_table.html.erb