RAILS 6 - How to post multiple model objects in one form

前端 未结 0 649
予麋鹿
予麋鹿 2020-11-28 04:06

I want to build a form thats able to handle multiple instances of the same object, the same model.

Somethink like :

<%= form_with(model: Person.new)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题