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.
我的 rails 应用程序中有 3 个模型:产品、类别和类别产品(产品和类别之间的连接)。在我的产品表单中,我接受类别的嵌套属性。用户可以输入以逗号分隔的多个类别。如何正确地将每个类别保存为我的类别表中的记录?
这个 railscast 显示了一个精确的解决方案。在这里。