Class: VCFB::Tags::CollectionCheckBoxes
- Inherits:
-
ActionView::Helpers::Tags::CollectionCheckBoxes
- Object
- ActionView::Helpers::Tags::CollectionCheckBoxes
- VCFB::Tags::CollectionCheckBoxes
- Defined in:
- lib/vcfb/tags/collection_check_boxes.rb
Defined Under Namespace
Classes: CheckBoxBuilder
Instance Method Summary collapse
-
#render(&block) ⇒ Object
Override the #render method to use our custom CheckBoxBuilder.
Instance Method Details
#render(&block) ⇒ Object
Override the #render method to use our custom CheckBoxBuilder
21 22 23 |
# File 'lib/vcfb/tags/collection_check_boxes.rb', line 21 def render(&block) render_collection_for(CheckBoxBuilder, &block) end |