Sha256: 5a066833678a7bc350262eac1751a4a3c3a4199baddec09c61485038cacd7acb
Contents?: true
Size: 308 Bytes
Versions: 8
Compression:
Stored size: 308 Bytes
Contents
//replaced by formtastic form = form_for @resource do |f| =form_errors_helper <% for attribute in attributes -%> .field .field_label = f.label :<%= attribute.name %> .field_input = f.<%= attribute.field_type %> :<%= attribute.name %> <% end -%> .actions = f.submit 'Save'
Version data entries
8 entries across 8 versions & 1 rubygems