Method: ActionView::Helpers::Tags::CollectionCheckBoxes#render

Defined in:
actionview/lib/action_view/helpers/tags/collection_check_boxes.rb

#render(&block) ⇒ Object



22
23
24
# File 'actionview/lib/action_view/helpers/tags/collection_check_boxes.rb', line 22

def render(&block)
  render_collection_for(CheckBoxBuilder, &block)
end