I am trying to do a basic quiz in which a user will select an answer to a question via radio button. in my models a question has_many answers.
The only examples I have found so far are where the child has a select menu to select it's parent, for example recipes has a select menu to select countries, where recipes belongs_to countries. How do I do the opposite, select child from parent form, and how could I make it a radio group rather than select menu? thanks in advance. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
