Sha256: 2111fdfd82da3f84d0cd709933c2079eb19682cab3fef203888f9aac21744ced
Contents?: true
Size: 346 Bytes
Versions: 1
Compression:
Stored size: 346 Bytes
Contents
- form_for(@<%= controller_singular_name %>) do |f| %fieldset %dl %dt= f.label(:id) %dd= f.text_field(:id) <% for attribute in attributes -%> %dt= f.label(:<%= attribute.name %>) %dd= f.<%= attribute.field_type %> :<%= attribute.name %> <% end -%> %p.submitBox== #{link_to('cancel', :back)} or #{f.submit}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sob-shoulda_generator-0.2.1 | rails_generators/shoulda_scaffold/templates/haml/_form.html.haml |