Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- 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, = {}) @template.checkbox_group(@object_name, method, choices, .merge(:object => @object)) end |