Hi. This is a quiz app. There is a questions table and an answers table. There are 5 questions which are created using normal form helpers. While answering all the questions must be answered in the same page. Question 1 : <-- Textbox for Answer 1 --> Question 2 : <-- Textbox for Answer 2 --> Question 3 : <-- Textbox for Answer 3 --> <--Submit Button --> I don''t know how to process this. Please hepl. Thanks in advance -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rock Roll wrote:> Hi. This is a quiz app. There is a questions table and an answers table. > There are 5 questions which are created using normal form helpers. While > answering all the questions must be answered in the same page. > > Question 1 : <-- Textbox for Answer 1 --> > Question 2 : <-- Textbox for Answer 2 --> > Question 3 : <-- Textbox for Answer 3 --> > <--Submit Button --> > > I don''t know how to process this. Please hepl. Thanks in advanceHi there, From what I''m understanding, you are trying to process multiple models in your view using a single submit button ??? There is an excellent screencast by Ryan Bates... He explains it better than me that''s why I''m reffering you to his screencast... http://railscasts.com/episodes/73 Enjoy... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you. I will check it out -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---