Sha256: 06f3a96b413c8e0968b6c060b0c51fd5fc2e4dc574e771d1c343818129f03d33

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

<%%= semantic_form_for @<%= name.underscore %> do |f| %>
  <%%= f.inputs do %>
  <% @attributes.each do |attribute| -%>
    <%%= f.input :<%= attribute %> %>
  <% end -%>
  <%% end %>
<%% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nuatt-formtastic-0.2.3 lib/generators/templates/_form.html.erb