Rail 3 UJS复合体形成多个字段_for

发布于 2024-10-05 22:04:18 字数 145 浏览 2 评论 0原文

我有一个里程碑,有很多任务。在我的项目显示页面上,我希望能够创建一个里程碑,其中包含用户决定添加到里程碑中的许多任务。如何使用添加更多任务

milestone_form.fields_for :tasks

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

?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沧笙踏歌 2024-10-12 22:04:18

通过搜索动态添加表单来回答我的问题。瑞安的残片也给了我一点帮助。

https://github .com/alloy/complex-form-examples/blob/a234fde4419836f277d7e340657f1d8418911d68/app/views/projects/_form.html.erb#L40

Answered my question with a search for dynamically adding forms. And a little help from Ryan's scraps.

https://github.com/alloy/complex-form-examples/blob/a234fde4419836f277d7e340657f1d8418911d68/app/views/projects/_form.html.erb#L40

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文