Class: VCFB::Tags::CollectionCheckBoxes

Inherits:
ActionView::Helpers::Tags::CollectionCheckBoxes
  • Object
show all
Defined in:
lib/vcfb/tags/collection_check_boxes.rb

Defined Under Namespace

Classes: CheckBoxBuilder

Instance Method Summary collapse

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