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)