Sha256: e9a267128259c5401c24679365702bf01f3a396d4bbb525e23d908e9de791024
Contents?: true
Size: 293 Bytes
Versions: 52
Compression:
Stored size: 293 Bytes
Contents
<%% form_for @<%= singular_name %> do |f| %> <%%= f.error_messages %> <%- 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
52 entries across 45 versions & 12 rubygems