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.
我有包含发票的 Web 应用程序。我想问一下在 Rails 中处理嵌套表单的最佳方案是什么,以使用户变得简单。
nested_form 的最佳方案是
在上面,当您想同时创建父记录和子记录时,例如。 Profile有很多ProfileImage,在创建配置文件时我们要上传图片。所以Profile表单将是nested_formProfileImage field_for我们将在Profile表单中。
nested_form
并且使用嵌套表单,您还可以使用一个nested_form 插入多个子记录