Sha256: c8e00d10a0ef47696a24942f7cbe8c0890871f7bd9d902ef8c903b77e599a332

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

<%%= form.error_messages %>
 
<dl>
<% for attribute in attributes -%>
  <dt><%%= form.label :<%= attribute.name %> %></dt>
  <dd><%%= form.<%= attribute.field_type %> :<%= attribute.name %> %></dd>
<% end -%>
</dl>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hardbap-coulda-0.4.0 generators/coulda_scaffold/templates/view/_form.html.erb