Class: SimpleForm::Tags::CollectionRadioButtons

Inherits:
ActionView::Helpers::Tags::CollectionRadioButtons
  • Object
show all
Includes:
CollectionExtensions
Defined in:
lib/simple_form/tags.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



44
45
46
# File 'lib/simple_form/tags.rb', line 44

def render
  wrap_rendered_collection(super)
end