Module: Impulse::Helpers::FormHelper
- Defined in:
- lib/impulse/helpers/form_helper.rb
Instance Method Summary collapse
Instance Method Details
#impulse_form_with(**args, &block) ⇒ Object
4 5 6 |
# File 'lib/impulse/helpers/form_helper.rb', line 4 def impulse_form_with(**args, &block) form_with(**args, builder: Impulse::Forms::Builder, &block) end |