Newbie question: How to save multiple records in a single form

113 views
Skip to first unread message

Mohamad El-Husseini

unread,
Jan 9, 2012, 7:05:31 PM1/9/12
to rubyonra...@googlegroups.com
Started learning Ruby and RoR a couple of days ago and I'm working on a dummy app.

I want to allow a user to save 5 records at the same time using a single form. Let's assume "contact" records, with each one consisting of a single "name" field. It's a "user has_many contacts" relationship.

Anyone aware of tutorials/documentation on how to achieve this? I'm having a hard time modifying the code from a single record into multiple ones. Chiefly...

1- How to display 5 text fields in the form/correct form tag to use.
2- How to pass an array of those 5 objects to the "create" method (if it's an array that I should pass)
3- How to create the instance variable that has the 5 objects in the "new" method so it's available to the form

Ahmy Yulrizka

unread,
Jan 11, 2012, 5:39:54 AM1/11/12
to rubyonra...@googlegroups.com
Here are good example

Ahmy Yulrizka


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/fA6MgGFd13QJ.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

Angelo Cordova

unread,
Jan 11, 2012, 12:05:24 PM1/11/12
to Ruby on Rails: Talk
Reply all
Reply to author
Forward
0 new messages