Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/acts_as_concatenation/view_helper.rb

Instance Method Summary collapse

Instance Method Details

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



64
65
66
# File 'lib/acts_as_concatenation/view_helper.rb', line 64

def checkbox_group(method, choices, options = {})
  @template.checkbox_group(@object_name, method, choices, options.merge(:object => @object))
end