Sha256: dd28fe6ef5d9de5eff43d9724c13d347e642cb4dd285f7b72243a025bf13945e

Contents?: true

Size: 348 Bytes

Versions: 9

Compression:

Stored size: 348 Bytes

Contents

<%= "<% form_for([#{model.rails_ivar_tuple.join(",")}]) do |f| %" + ">" %>
<%= "<%= f.error_messages %" + ">" %>
<% model.fields.each do |k, v| %>
  <p>
    <%= "    <%= f.label :#{k} %" + "><br />" %>
    <%= "    <%= f.text_field :#{k} %" + ">" %>
  </p>
<% end %>

  <p>
    <%= "<%= f.submit 'Submit' %" + ">" %>
  </p>
<%= "<% end %" + ">" %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mattknox-goaloc-0.2.0 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.1 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.2 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.3 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.5 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.6 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.7 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.8 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.2.9 lib/goaloc/generators/rails/_form.html.erb