Module: ActionView::Helpers::FormHelper

Defined in:
lib/acts_as_concatenation/view_helper.rb

Instance Method Summary collapse

Instance Method Details

#checkbox_group(object, method, choices, options = {}) ⇒ Object



38
39
40
# File 'lib/acts_as_concatenation/view_helper.rb', line 38

def checkbox_group(object, method, choices, options = {})
  InstanceTag.new(object, method, self, options.delete(:object)).to_checkbox_group_tag(choices, options)
end