当四个模型中的三个嵌套时,是否可以从同一表单编辑不同的模型?如何?

发布于 2024-11-16 16:04:50 字数 307 浏览 2 评论 0原文

如何处理表单中的多个模型?我知道嵌套模型存在,但我不确定这是否是相同的情况。抱歉,对 Rails 有点陌生。

就我而言,项目简介包含标题、日期、描述以及主持人等字段。然而,版主驻留在自己的模型上,并且该模型也会更新。然后是文件(名称、文件类型等)和联系人(名字、姓氏等)模型,它们也属于项目配置文件。

以下是案例中模型之间的伪关系: 项目简介有_许多版主 项目配置文件有很多文件 project_profile has_one contact

我希望能够从一张表格中编辑所有四个。这怎么可能? 谢谢!

铁轨3.0.7 红宝石 1.9.2

How do you handle multiple models in a form? I know that nested models exist, but I'm not sure if this is the same situation. Sorry, a bit new to Rails.

In my situation, a project profile has fields such as title, date, description, as well as moderators. Moderators reside on their own model however and this is also updated. Then there's the File (name, filetype, etc.) and Contact (first_name, last_name, etc.) model which also belong to a project profile.

Here are the pseudo-relations between the models in case:
project_profile has_many moderators
project_profile has_many files
project_profile has_one contact

I would like to be able to edit all four from one form. How is this possible?
Thanks!

Rails 3.0.7
Ruby 1.9.2

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

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

发布评论

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

评论(1

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