Class: Shoelace::Components::SlCollectionRadioButtons
- Inherits:
-
ActionView::Helpers::Tags::CollectionRadioButtons
- Object
- ActionView::Helpers::Tags::CollectionRadioButtons
- Shoelace::Components::SlCollectionRadioButtons
- Includes:
- ErrorWrappable
- Defined in:
- app/helpers/shoelace/components/sl_collection_radio_buttons.rb
Overview
:nodoc:
Defined Under Namespace
Classes: RadioButtonBuilder
Instance Method Summary collapse
Methods included from ErrorWrappable
Instance Method Details
#render(&block) ⇒ Object
22 23 24 |
# File 'app/helpers/shoelace/components/sl_collection_radio_buttons.rb', line 22 def render(&block) render_collection_for(RadioButtonBuilder, &block) end |