Class: SimpleForm::Tags::CollectionCheckBoxes

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

Instance Method Summary collapse

Instance Method Details

#renderObject



60
61
62
# File 'lib/simple_form/tags.rb', line 60

def render
  wrap_rendered_collection(super)
end