Sha256: 32ae990956780afc25d28a19f49f4aa30c764cfb12e83b7edd5086747715c805
Contents?: true
Size: 342 Bytes
Versions: 102
Compression:
Stored size: 342 Bytes
Contents
<% attributes.reject(&:password_digest?).each do |attribute| -%> <p> <strong><%= attribute.human_name %>:</strong> <%%= @<%= singular_table_name %>.<%= attribute.column_name %> %> </p> <% end -%> <%%= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> | <%%= link_to 'Back', <%= index_helper %>_path %>
Version data entries
102 entries across 102 versions & 2 rubygems