Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多くのタスクを含むマイルストーンがあります。プロジェクトの表示ページで、ユーザーがマイルストーンに追加することを決定したタスクの数に関係なく、マイルストーンを作成できるようにしたいと考えています。を使用してさらにタスクを追加するにはどうすればよいですか
milestone_form.fields_for :tasks
?
フォームを動的に追加するための検索で私の質問に答えました。そして、ライアンのスクラップからのちょっとした助け。
https://github.com/alloy/complex-form-examples/blob/a234fde4419836f277d7e340657f1d8418911d68/app/views/projects/_form.html.erb#L40