Hi everyone
I wanna know, if possible, how can I create multiple instances of one
and only one model using the same view.
eg
Model users (with no other associations) and I want to create several
users using the "form" to create users at the same time
New User
name_______________ email__________________ (user 1)
name_______________ email__________________ (user 2)
.
.
.
.
add new user (link or button)
Submit (button)