Displaying 1 result from an estimated 1 matches for "projectsquest".
2006 Apr 09
0
''Has Many'' in one View form?
Hello,
Any help much appreciated. I''ve got a controller with @questions, which
is an array of ProjectsQuestion model objects.
I''ve got @answers as well, which is an array of Answer model objects,
which are new and don''t exist in the database yet.
For my view I want one form which lists each ProjectsQuestion followed
by a textarea field where a Person can provide their Answer for tha...