Sha256: 3f27941ec1bd58403239ab99616e220c7f90b45a9d2b027530b5e13bfd0f7fae
Contents?: true
Size: 256 Bytes
Versions: 13
Compression:
Stored size: 256 Bytes
Contents
<table> <%- attributes.each do |attribute| -%> <tr> <td><b><%%= t('attributes.<%= singular_table_name %>.<%= attribute.name %>') %>:</b></td> <td><%= attribute_to_erb(attribute, "@#{singular_table_name}") %></td> </tr> <%- end -%> </table>
Version data entries
13 entries across 13 versions & 1 rubygems