Sha256: f274e14197a083f38b11c26f81438653384d90d548e83b6909eea45f16ab7537
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
<%%= form_for <%= item_path :instance_variable => true %> do |f| %> <%%= f.error_messages %> <%- for attribute in model_attributes -%> <div class="field"> <%%= f.label :<%= attribute.name %> %> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> </div> <%- end -%> <div class="actions"><%%= f.submit %></div> <%% end %>
Version data entries
7 entries across 7 versions & 4 rubygems