Displaying 1 result from an estimated 1 matches for "todo_notifications".
2005 Dec 29
1
Has_Many - Saving Child Rows
...t 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 item.
So, I added a list of check boxes in the form. The check boxes are a
list of emails that I can send the new TODO item to. When I click SAVE
TODO, the app should save the TOD...