Class: Shoelace::Rails::Ui::FormHelper::ShoelaceCollectionRadioButtons

Inherits:
ActionView::Helpers::Tags::CollectionRadioButtons
  • Object
show all
Defined in:
app/helpers/shoelace/rails/ui/form_helper.rb

Overview

:nodoc:

Defined Under Namespace

Classes: RadioButtonBuilder

Instance Method Summary collapse

Instance Method Details

#render(&block) ⇒ Object



174
175
176
# File 'app/helpers/shoelace/rails/ui/form_helper.rb', line 174

def render(&block)
  render_collection_for(RadioButtonBuilder, &block)
end