Displaying 1 result from an estimated 1 matches for "darkhost".
Did you mean:
  darkest
  
2005 Dec 29
1
Has_Many - Saving Child Rows
I have read extensively on has_many but cannot find an explicit example 
on how to do what I need. I am a newbie, but can grasp it if I see it in 
a working example. Here is my scenario...
I have a form which I can add a TODO item (patterned after 
http://darkhost.mine.nu:81/~vince/rails/tutorial.html). I have the form 
working perfectly so I decided to modify it a bit to add more 
functionality. So I created a table called TODO_Notifications. This 
table is the "child" table and will contain users who were "emailed" 
regarding each TODO...