Sha256: b2d858febe33e46793ec8e22aa50eb072846b6d061b8d8258b57868a132c6b3b
Contents?: true
Size: 225 Bytes
Versions: 7
Compression:
Stored size: 225 Bytes
Contents
<table class="bordered-table zebra-striped"> <% for attribute in attributes -%> <tr> <th><%= attribute.human_name %></th> <td><%%= @<%= singular_name %>.<%= attribute.name %> %></td> </tr> <% end -%> </table>
Version data entries
7 entries across 7 versions & 1 rubygems