Sha256: 126cea27121e9afe3d7fdc845c138f4dea0d4f6299048356622762c637302337
Contents?: true
Size: 286 Bytes
Versions: 26
Compression:
Stored size: 286 Bytes
Contents
<h1><%= human_name.titleize %> #<%%= @<%= singular_table_name %>.id %></h1> <dl> <% attributes.each do |attribute| -%> <dt><%= attribute.human_name %></dt> <dd><%%= @<%= singular_table_name %>.<%= attribute.name %><%= "?" if attribute.type == :boolean %> %></dd> <% end -%> </dl>
Version data entries
26 entries across 26 versions & 2 rubygems