Sha256: f6c6fdf93a443f82386301c8e2d7f101650d998c049afb2a0a8b915203dfb0c0
Contents?: true
Size: 339 Bytes
Versions: 168
Compression:
Stored size: 339 Bytes
Contents
<% attributes.reject(&:password_digest?).each do |attribute| -%> <p> <strong><%= attribute.human_name %>:</strong> <%%= @<%= singular_table_name %>.<%= attribute.name %> %> </p> <% end -%> <%%= link_to 'Edit', "/<%= plural_table_name %>/#{@<%= singular_table_name %>.id}/edit" %> | <%%= link_to 'Back', "/<%= plural_table_name %>" %>
Version data entries
168 entries across 168 versions & 3 rubygems