class ActionView::Helpers::Tags::CollectionRadioButtons::RadioButtonBuilder
:nodoc:
def radio_button(extra_html_options = {})
def radio_button(extra_html_options = {}) html_options = extra_html_options.merge(@input_html_options) html_options[:skip_default_ids] = false @template_object.radio_button(@object_name, @method_name, @value, html_options) end