Hi, Presently I am using drop down with following function <%= task_form.collection_select :task_type, @task_types, :id, :display_value %> It basically gives me ability to have drop down based on an array of objects
I am looking for a similar radio buttons function which will allow me to only give it an array and the GUI will render it into radio buttons. Can someone please assist? --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

