<h1>Listing <%= @many.underscore %></h1>
<table cellspacing=“0” cellpadding=“0”>
<thead> <tr> <%- @schema.each do |a| -%> <td><%= a[0].camelcase %></td> <%- end -%> <th colspan="3"></th> </tr> </thead> <tbody> </tbody>
</table>
<a href=“/<%= @many.underscore %>/new” class=“<%= @one.underscore %>-new”>New <%= @one.camelcase %></a>