Sha256: 9fb90f2d092da822d340c903728c39ffc6f5328ca5e2b4a5eabe9583ad2b6168
Contents?: true
Size: 309 Bytes
Versions: 5
Compression:
Stored size: 309 Bytes
Contents
<h1>Show <%= singular_name.humanize.downcase %></h1> <% for attribute in attributes -%> <p> <strong><%= attribute.column.human_name %>:</strong> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <% end -%> <p><%%= link_to 'Back to <%= plural_name.humanize.downcase %>', <%= plural_name %>_url %></p>
Version data entries
5 entries across 5 versions & 1 rubygems