Sha256: 6e9dc6d3cf086c586c6fe8a0faac426dbd59203c20f214501b62e9b261fc1ed8

Contents?: true

Size: 152 Bytes

Versions: 8

Compression:

Stored size: 152 Bytes

Contents

<%= form_for Song.new do |f| %>
  First
  <%= f.text_field :id %>
  <%= f.fields_for :artist do |a| %>
    <%= a.text_field :id %>
  <% end %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cells-4.0.5 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.4 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.3 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.2 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.1 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.0 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.0.rc1 test/rails4.2/app/cells/form_for/show.erb
cells-4.0.0.beta6 test/rails4.2/app/cells/form_for/show.erb