Sha256: e1d332294ff4ea5ea751583fd5e98dee85c818fe7a4b830d3dea2742f5f57bd3
Contents?: true
Size: 270 Bytes
Versions: 9
Compression:
Stored size: 270 Bytes
Contents
= form_for <%= item_path :instance_variable => true %> do |f| = f.error_messages <%- for attribute in model_attributes -%> %p = f.label :<%= attribute.name %> %br = f.<%= attribute.field_type %> :<%= attribute.name %> <%- end -%> %p = f.submit
Version data entries
9 entries across 9 versions & 2 rubygems