Rails 嵌套模型

发布于 2024-12-07 10:24:31 字数 482 浏览 0 评论 0原文

嘿,我在这里问了一个问题 Rails 关联帮助,这个人指导我在这里学习嵌套属性,http://railscasts.com/episodes/196-nested-model-form-part-1 ,这里 http://railscasts.com/episodes/197-nested-model-form-part-2 。用于添加字段的 link_to 不会响应我所做的任何操作

hey I asked a question here Rails association help , this person directed me to learn nested attributes here , http://railscasts.com/episodes/196-nested-model-form-part-1 , and here http://railscasts.com/episodes/197-nested-model-form-part-2 . The link_to 's to add fields wont respond to anything I do

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

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

发布评论

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

评论(1

忆悲凉 2024-12-14 10:24:31

我同意 jimworm 的观点,因为查看您正在使用的代码的相关部分确实很有帮助。我还想指出,Ryan 在这些 Railscasts 中创建了 nested_form gem,它非常适合做多个-相关模型的模型形式。我经常在我的表单中使用这个宝石。

I agree with jimworm in that it would be really helpful to see the relevant parts of the code that you are working with. I also want to point out that from those Railscasts Ryan created the nested_form gem which works really well for doing a multi-model form for associated models. I use this gem quite often for my forms.

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