Displaying 1 result from an estimated 1 matches for "question_quest".
Did you mean:
question_test
2006 Jan 18
22
Creating multiple child objects from the same form
...9;'
redirect_to :action => ''list''
else
render :action => ''new''
end
end
############# question''s _form
<%= error_messages_for ''question'' %>
<!--[form:question]-->
<p><label for="question_question">Question</label><br/>
<%= text_area ''question'', ''question'', {:cols=>"80", :rows=>"5"} %></p>
<p><label for="question_answer">Answer</label><br/>
<%= text_area &qu...