[Rails] Edit Multiple Model Objects in Single Form

2009-11-18 Thread raji
Hi Guys, I'm having a little bit of trouble editing multiple model objects in a single form. I've got a model Person with two attributes: name and gender. For simplicity, gender can be a text input. I'd like to be able to display all Person objects (name and gender) in a form. So, each model

Re: [Rails] Edit Multiple Model Objects in Single Form

2009-11-18 Thread Darian Shimy
Yeah, that is not going to work. Have a look here: http://railscasts.com/episodes/165-edit-multiple Darian Shimy -- http://www.darianshimy.com http://twitter.com/dshimy On Wed, Nov 18, 2009 at 10:41 PM, raji dheer...@gmail.com wrote: Hi Guys, I'm having a little bit of trouble editing