Method: Primer::Forms::Dsl::CheckBoxInput#nested_form
- Defined in:
- app/lib/primer/forms/dsl/check_box_input.rb
#nested_form(**system_arguments, &block) ⇒ Object
40 41 42 43 |
# File 'app/lib/primer/forms/dsl/check_box_input.rb', line 40 def nested_form(**system_arguments, &block) @nested_form_arguments = system_arguments @nested_form_block = block end |