Sha256: 7117b2f52ead0d4a0eaf863a18c44e35c6d7784f11e3fbc0dc475a366e4c79a1

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

<% form_for(@#{model.s}) do |f| %>\n  <%= f.error_messages %>"
    model.fields.each do |k, v|
      f.write
  <p>
    <%= f.label :#{k} %><br />
    <%= f.text_field :#{k} %>
  </p>
    end
    f.write
  <p>
    <%= f.submit "Submit" %>
  </p>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mattknox-goaloc-0.0.3 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.0.5 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.0.6 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.0.7 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.0.8 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.0.9 lib/goaloc/generators/rails/_form.html.erb
mattknox-goaloc-0.1.0 lib/goaloc/generators/rails/_form.html.erb