Module: Munificent::Admin::FormHelper
- Defined in:
- app/helpers/munificent/admin/form_helper.rb
Instance Method Summary collapse
Instance Method Details
#form_for(*args, **kwargs) ⇒ Object
4 5 6 |
# File 'app/helpers/munificent/admin/form_helper.rb', line 4 def form_for(*args, **kwargs, &) super(*args, builder: Munificent::Admin::FormBuilder, **kwargs, &) end |