Sha256: ab8dc5986fb510f5e8f83d5538357207c4669225fc795f887a24117520438796
Contents?: true
Size: 372 Bytes
Versions: 134
Compression:
Stored size: 372 Bytes
Contents
<h1>Editing <%= singular_name %></h1> <%% facebook_form_for(@<%= singular_name %>) do |f| %> <%%= f.error_messages %> <% for attribute in attributes -%> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> <% end -%> <%%= f.buttons "Update" %> <%% end %> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
134 entries across 134 versions & 29 rubygems