collection_radio_buttons(object, method, collection, value_method, text_method, options = {}, html_options = {}, &block)
Instance Public methods
Returns radio button tags for the collection of existing return values of
method for object's class. The value returned
from calling method on the instance object will
be selected. If calling method returns nil, no
selection is made.
The :value_method and :text_method parameters are
methods to be called on each member of collection. Th