Sha256: cc05a94afed92f538f0d093c9b4b5d2ff5642d530d05d54f0a400898c43b9bc3

Contents?: true

Size: 237 Bytes

Versions: 10

Compression:

Stored size: 237 Bytes

Contents

<tr>
  <% Passages::Route.attributes_for_display.each do |attribute| %>
    <td data-search='<%= route.send(attribute).downcase %>' data-matching-attribute='<%=attribute%>'>
      <%= route.send(attribute) %>
    </td>
  <% end %>
</tr>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
passages-1.5.2 app/views/passages/routes/_route.html.erb
passages-1.5.0 app/views/passages/routes/_route.html.erb
passages-1.4.1 app/views/passages/routes/_route.html.erb
passages-1.4.0 app/views/passages/routes/_route.html.erb
passages-1.3.0 app/views/passages/routes/_route.html.erb
passages-1.2.0 app/views/passages/routes/_route.html.erb
passages-1.1.0 app/views/passages/routes/_route.html.erb
passages-1.0.0 app/views/passages/routes/_route.html.erb
passages-0.2.0 app/views/passages/routes/_route.html.erb
passages-0.1.0 app/views/passages/routes/_route.html.erb