Last active
September 23, 2018 19:16
-
-
Save oliviachang29/bd639daa56109f32dbae82e8b5fe221e to your computer and use it in GitHub Desktop.
app/views/parents/new.html.erb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= 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