Re: [Rails] Multiple forms to create multiple records for multiple users

2013-01-30 Thread Jim Ruther Nill
On Wed, Jan 30, 2013 at 5:34 PM, Abdullah Esmail wrote: > Hello. > I have come across a scenario where I need to save multiple records for > multiple users on the same page. > > User has_many :shifts > Shift belongs_to :user > > I need to show multiple shifts for each user on the same page and the

[Rails] Multiple forms to create multiple records for multiple users

2013-01-30 Thread Abdullah Esmail
Hello. I have come across a scenario where I need to save multiple records for multiple users on the same page. User has_many :shifts Shift belongs_to :user I need to show multiple shifts for each user on the same page and the administrator will just enter some values and click save. Example: