Hi, I am new to Ruby and rails in general. As of now, I just have a create method in my controller which creates only one user. I want to add multiple users at once in a views. For example, I should be able to have 5 user rows in one page and the admin can create any number of users (from 1 to 5). While creating a user, the admin should be able to add in the attributes pertaining to that user (i.e hiring date, supervisor etc). Can anyone give me any pointers on how to implement this in RoR?
Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

