I have a milestone with many tasks. On my project show page, I want to be able to create a milestone with however many tasks the user decides to add to the milestone. How do I add more tasks using
milestone_form.fields_for :tasks
?
Answered my question with a search for dynamically adding forms. And a little help from Ryan's scraps.