Sha256: 18cc4daed06ab10611712579c8a5adacdba4ebdaa043d73fdf0eb95579fbee7d
Contents?: true
Size: 315 Bytes
Versions: 10
Compression:
Stored size: 315 Bytes
Contents
<%%= error_messages_for :<%= singular_name %> %> <%% form_for @<%= singular_name %> do |f| %> <%- for attribute in attributes -%> <p> <%%= f.label :<%= attribute.name %> %><br /> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <%- end -%> <p><%%= f.submit "Submit" %></p> <%% end %>
Version data entries
10 entries across 10 versions & 4 rubygems