Skip to content

Instantly share code, notes, and snippets.

@oliviachang29
Last active September 23, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliviachang29/bd639daa56109f32dbae82e8b5fe221e to your computer and use it in GitHub Desktop.
Save oliviachang29/bd639daa56109f32dbae82e8b5fe221e to your computer and use it in GitHub Desktop.
app/views/parents/new.html.erb
<%= form_for(@parent) do |f| %>
<%= f.add_nested_fields_link :kids do %>
<span>New Kid</span>
<% end %>
...
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment