Class: ActionView::Helpers::Tags::CollectionRadioButtons::RadioButtonBuilder
- Inherits:
-
Builder
- Object
- Builder
- ActionView::Helpers::Tags::CollectionRadioButtons::RadioButtonBuilder
- Defined in:
- actionview/lib/action_view/helpers/tags/collection_radio_buttons.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#radio_button(extra_html_options = {}) ⇒ Object
10 11 12 13 |
# File 'actionview/lib/action_view/helpers/tags/collection_radio_buttons.rb', line 10 def (={}) = .merge(@input_html_options) @template_object.(@object_name, @method_name, @value, ) end |