Class: VCFB::Tags::CollectionRadioButtons
- Inherits:
-
ActionView::Helpers::Tags::CollectionRadioButtons
- Object
- ActionView::Helpers::Tags::CollectionRadioButtons
- VCFB::Tags::CollectionRadioButtons
- Defined in:
- lib/vcfb/tags/collection_radio_buttons.rb
Defined Under Namespace
Classes: RadioButtonBuilder
Instance Method Summary collapse
-
#render(&block) ⇒ Object
Override the #render method to use our custom RadioButtonBuilder.
Instance Method Details
#render(&block) ⇒ Object
Override the #render method to use our custom RadioButtonBuilder
20 21 22 |
# File 'lib/vcfb/tags/collection_radio_buttons.rb', line 20 def render(&block) render_collection_for(RadioButtonBuilder, &block) end |