Class: VCFB::Tags::CollectionRadioButtons

Inherits:
ActionView::Helpers::Tags::CollectionRadioButtons
  • Object
show all
Defined in:
lib/vcfb/tags/collection_radio_buttons.rb

Defined Under Namespace

Classes: RadioButtonBuilder

Instance Method Summary collapse

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